IE Firefox code conflict |
IE Firefox code conflict |
Jan 17 2007, 05:07 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jan 2007 Member No: 496,127 |
Hi,
This Forum has helped me before, but now I can't find help in previous posts, so I'm posting my problem. I started a Myspace using a pre-made profile and then turning it into my own. [It's not for me but for a youthclub i'm helping out in] htpp://www.myspace.com/10tcl The problem is in IE it's a nice black background, in Firefox it's a white(ish) bgr. I figure it might have something to do with the myspace banner on top that was somwhat removed (hidden) by the premade profile, but i don't know how to get it back. I'm not sure that's the solution though. So any help? Thanks in advance Here's the code: CODE style>.hidethem {visibility:hidden; display:none;}</style>
<style type="text/css"> table td.text {visibility:hidden;} td.text td, td.text span, td.text a {visibility:visible;} </style> <style type="text/css"> body { background-color:000000; background-image:url(input later); background-position:Top right; background-attachment:fixed; background-repeat:repeat-y;} table table table td.text table table div img {visibility:visible;} table table table td.text table table div { background-image:none;} div table tbody tr td a, div table tbody tr td input, div table tbody tr td font {visibility: hidden} div table tbody, div table tbody td {background-color: !important;} div div table table tr td {background-color:transparent !important;} div div table {postion: absolute; top: 1px; text-align: center;} div table tbody tr td a.navbar, div table tbody tr td form input, div table tbody tr td a img, div table tbody tr td div a {visibility: visible !important; } table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility: visible;} table, td {padding: none !important;} body {background-color:transparent} body table {background-color:transparent} body table td {background-color: transparent;} body table table {background-color: !imporant} table tbody table tbody td, table tbody table tbody table {border: none;} table tbody table tbody table table {background-color: !important; border: none; padding: none;} table tbody table tbody table table td {background-color:; padding: 2px;} table tbody table tbody table table td.text {background-color: transparent !important;} table tbody td table tbody tr td.text table td.text table {border: none;} table tbody td table tbody tr td.text table td.text {background-color: !important; border: none;} table tbody td table tbody tr td.text table table {border: none;} table table table table table {background-color: transparent;} body {text-align: center !important;} .blacktext12, .lightbluetext8 {visibility: hidden} .orangetext15, .whitetext12, .nametext, .btext, .redtext, .redbtext{color:FFFFFF;font-size:16px;font-weight:bold;text-decoration:none;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;} .redbtext.shadowed { filter: shadow( color=blue, direction=135 ); } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{color:FFFFFF;font-size:8pt;font-weight:normal;text-decoration:none;font-weight:normal;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;} a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited{color:9c1a3c;font-size:8pt;font-weight:bold;text-decoration:none;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;} a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active{color:b40909;font-size:8pt;font-weight:bold;text-decoration:underline;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;} td.text td.text table table td img {width:260px; max-width:260px; width:auto;} td.text td.text table table td a img {width:90px; max-width:260px; width:auto;} td.text td.text table table td div img {width:80px;} html td.text td.text table table td img {width:260px;} html td.text td.text table table td a img {width:90px;} html td.text td.text table table td div img {width:80px;} table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:hidden !important; background-color:transparent; background-image:url(""); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:0px; height:0px; display:block !important; border:1px; border-color:#FFFFFF; } span.blacktext12 img {display:none; border-width:1; border-color:#FFFFFF; } .img { border-width:1; border-color:#FFFFFF; } </style> <style type="text/css"> .contactTable {display: none;} </style> <style>.orangetext15{DISPLAY:NONE;VISIBILITY:HIDDEN;}</style> |
|
|
|
![]() |
Jan 17 2007, 05:27 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 547 Joined: Dec 2005 Member No: 337,439 |
Firstly, not sure if amending pre-made layout code is allowed, so, just in case it's not, thought you might want to know.
Secondly, don't know if that's all your code (since you've got some little details missing) but in your CSS maybe find this code: CODE table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:hidden !important; background-color:TRANSPARENT; background-image:url(""); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:0px; height:0px; display:block !important; border:1px; border-color:#FFFFFF; } span.blacktext12 img {display:none; border-width:1; border-color:#FFFFFF; and change the 'TRANSPARENT', to 'black' or using Hex codes, 000000. I'm guessing default 'transparent' background colour would be white in FF...? But try that. Deleted double post, as asked. This post has been edited by Quarantine.: Jan 17 2007, 05:37 PM |
|
|
|
cco IE Firefox code conflict Jan 17 2007, 05:07 PM
Heath21 QUOTE(cco @ Jan 17 2007, 2:07 PM) Hi,
Th... Jan 17 2007, 05:44 PM![]() ![]() |