IE fix for 2.0, Image below myspace nav 2.0 |
IE fix for 2.0, Image below myspace nav 2.0 |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Official Designer Posts: 214 Joined: Mar 2008 Member No: 626,536 ![]() |
Hi everyone
I am wondering whether anyone can help me out.? I have made a myspace 2.0 layout with an image below the myspace navigation ,it works in FF & Opera but not in IE ![]() See it Here Here is the code CODE body{
background-color:#000000; } div.basicInfoModule { margin-top:320px; } div.content div.contentMid2 { background-image:url(http://i38.tinypic.com/jiyts1.jpg); background-repeat:no-repeat; background-position:center top; } div.wrap { width: 60%; background-color: #888782; border-left: 1px solid #000000; border-right: 1px solid #000000; } div#header, div#googlebar { background-color: #888782; } #topnav { background-color: #888782; } #topnav a { color: black; } #topnav ul, #topnav ul li { border: none; } #topnav ul li a:hover { background-color: #888782; } div.moduleMid1 { background-color: #000000; padding: 5px; border: 1px solid #FFFFFF; color:#FFFFFF; } div.profileDemographics { background: #888782; border: 1px solid #FFFFFF; } h3.moduleHead { font-weight: bold; font-size: 14px; display: block; background-color: #888782; } strong, h4 { font-weight: bold; color: #FFFFFF } a:link { color: #FFFFFF; font-weight: bold; } a:hover { text-decoration: underline; } .interestsModule .odd, .detailsModule .odd, .commentsModule .odd { background-color: #6F6D68; } .interestsModule .even, .detailsModule .even, .commentsModule .even { background-color: #888782; } div#footer { font-size: 9px; }
Reason for edit: Please use [codebox] tags instead of [code] tags when posting long codes. - Mike
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
It's not moving for IE because you're using margin-top instead of top. The thing with that is, it'll work with top but you'll have to move all the other tables down. If you know the classes of the different tables, that shouldn't be a problem. I'm not fully acquainted with the new classes yet so I suggest just using the same method you used to move the top table down for the other tables.
|
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Official Designer Posts: 214 Joined: Mar 2008 Member No: 626,536 ![]() |
Whooohoooo i got it to work!!! Now i have it working in IE,FF & Opera
![]() |
|
|
![]()
Post
#4
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Alright, cool. Topic closed & moved.
|
|
|
![]() ![]() |