![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
is there some way to make the positioning of a layer (div) so that it is centered in the window. so even when you resize the window it stays centered? i would like to do this with CSS just like you can with tables. |
#3
| |||
| |||
|
|
Hi, is there some way to make the positioning of a layer (div) so that it is centered in the window. so even when you resize the window it stays centered? i would like to do this with CSS just like you can with tables. First, a layer is not a div. (There once was a layer-element, so don't mix them up). Centering a div should work like this: div style="margin-left:auto;margin-right:auto;">[...]</div |
#4
| |||
| |||
|
|
That doesn't work in IE5 for Windows. http://locusmeus.com/html-css/centeringpage.html omg. Kick IE5 for windows. Use Conditional Comments to kick IE5-users to |
#5
| |||
| |||
|
|
Hi, That doesn't work in IE5 for Windows. http://locusmeus.com/html-css/centeringpage.html omg. Kick IE5 for windows. Use Conditional Comments to kick IE5-users to www.getfirefox.com |
#6
| |||
| |||
|
|
Conditional Comments? As in: Opera being kicked too, just cause it identifies as IE? Nah, I prefer to make a simple adjustment to include those users :-) Opera does not recognize CCs. You can therefore use them savely. And you |
#7
| |||
| |||
|
|
is there some way to make the positioning of a layer (div) so that it is centered in the window. so even when you resize the window it stays centered? i would like to do this with CSS just like you can with tables. |
#8
| |||
| |||
|
|
Hi, That doesn't work in IE5 for Windows. http://locusmeus.com/html-css/centeringpage.html omg. Kick IE5 for windows. Use Conditional Comments to kick IE5-users to www.getfirefox.com |
#9
| |||
| |||
|
|
is there some way to make the positioning of a layer (div) so that it is centered in the window. so even when you resize the window it stays centered? i would like to do this with CSS just like you can with tables. |
![]() |
| Thread Tools | |
| Display Modes | |
| |