table moving up internet and firefox promblem, div promblem |
table moving up internet and firefox promblem, div promblem |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Jun 2007 Member No: 530,057 ![]() |
tables move up in internet explorer
and in firefox they dont how can i make it look like firefox? i have a lot of boxes like this in "I'd Like to Meet:" to put stuff and this are the boxes that move up CODE <div style="position: absolute; overflow:hidden; left:50%; margin-left:125px; top: 641px; width: 225px; height: 150px; background-color:CF0000;"> STUFF HERE! </div> see pic for example: http://i29.tinypic.com/2qt8oso.jpg i was thinking in putting a "margin-top:???px;" in the same code put i dont know... |
|
|
![]() |
![]()
Post
#2
|
|
![]() AKA RockIt Studios ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,286 Joined: Jun 2006 Member No: 421,809 ![]() |
i don't really see the problem you're having. o_O.
maybe a link would help. but if it's positioning problems... on your positions (top, left, margin-left, whatever...), use this...(i'm just using this specific one as an example): CODE _margin-top: #px; margin-top: #px; the one with the _ in front of it will only read in IE, and the normal one will only read in firefox. :] |
|
|
![]() ![]() |