Problems with positioning objects on form with Visual Web Developer

  • Thread starter Thread starter Jawiko
  • Start date Start date
J

Jawiko

I am trying to place objects like buttons, calendar, listboxes etc on a
webform. I am strugling with the positioning. I placed all the objects
in a cell and the cell centers itself on the page. However the objects
don't appear on the webpage on the same place as the design form in
Visual Web Developer.

What can i do to keep the objects in place?

any help would be appreciated.

Jan-Willem
(e-mail address removed)
 
Additional: I also see Z-index on the positioning page. What does
Z-index mean?

thanx in advance

Jan-Willem
(e-mail address removed)
 
Hi,
Additional: I also see Z-index on the positioning page. What does
Z-index mean?

thanx in advance

Jan-Willem
(e-mail address removed)

Z-index is a CSS property and represents the vertical position of an
object on a page. The highest the Z-index, the more "in front" the
object will be. For example, an object with a Z-index of 3 will be in
front of an object with a Z-index of 2. This is only useful if you use
absolute positioning.

See http://www.w3schools.com/css/pr_pos_z-index.asp

HTH,
Laurent
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top