|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Problems with positioning objects on form with Visual Web DeveloperI 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 jaw***@zonnet.nl Additional: I also see Z-index on the positioning page. What does
Z-index mean? thanx in advance Jan-Willem jaw***@zonnet.nl Hi,
Jawiko wrote: > Additional: I also see Z-index on the positioning page. What does Z-index is a CSS property and represents the vertical position of an > Z-index mean? > > thanx in advance > > Jan-Willem > jaw***@zonnet.nl 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 -- Laurent Bugnion, GalaSoft Software engineering: http://www.galasoft-LB.ch Private/Malaysia: http://mypage.bluewin.ch/lbugnion Support children in Calcutta: http://www.calcutta-espoir.ch |
|||||||||||||||||||||||