how can i get this to work in IE?, code |
how can i get this to work in IE?, code |
Sep 5 2008, 02:08 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 45 Joined: Jun 2007 Member No: 535,839 |
this code
Code: CODE body {margin-top:-90px;} works fine in FF but doesnt make any change in IE. any help? This post has been edited by Anarchy: Sep 5 2008, 03:49 AM
Reason for edit: Use [code] tags next time, alright?
|
|
|
|
![]() |
Sep 5 2008, 03:39 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try this:
CODE body {position:relative; top:-90;} Tell me if that does anything. Oh, and remember to use [code] tags when posting codes. |
|
|
|
Smallsy how can i get this to work in IE? Sep 5 2008, 02:08 AM
Smallsy nope, still didnt work in IE. Sep 5 2008, 03:51 AM
Anarchy I'm not sure why it's not working on IE an... Sep 5 2008, 04:12 AM
Smallsy hmmm, all right thanks. i hope you can find a fix ... Sep 6 2008, 12:34 AM![]() ![]() |