Hi, ich habe folgendes Problem. Habe eine Myspace-seite, welche in Firefox-browsern und auch im IE7 korrekt dargestellt wird. Beim IE6 tritt das Problem auf, dass anscheinend die background-color:transparent nicht richtig erkannt wird. Das Transparente wird hellgrau dargestellt, wie auf dem Bild zu sehen ist. Wie muss ich den Code ändern, damit er auch im IE6 korrekt dargestellt wird?
Danke schon mal für eure Hilfe!
<style> table, tr, td { background-color:transparent; border:none; border-width:0px; } table table table { width:100%; max-width: 600px; } table table table table { width:100%;; } body, .bodyContent { background-image:url(http://img299.imageshack.us/img299/4299/myspacehintergrund6ms1.jpg); background-position:Center Center; background-attachment:fixed; border-width:0px; border-style:Solid; } table table { border:0px; } table table table table { border:0px; background-image:none; background-color:transparent; } table table table { border-style:Ridge; border-width:4px; border-color:000000; background-image:url(http://content.pimp-my-profile.com/tp/999999-30-tp.png); background-repeat:repeat; background-attachment:fixed; } table, tr, td, li, p, div,.text,.redtext, .blacktext10 { color:dddddd; font-size:9pt; } .whitetext10, .orangetext15 { color:dddddd; } .lightbluetext8, .blacktext10, .redbtext,.btext { color:dddddd; } .nametext { color:dddddd; } a:active, a:visited, a:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:link, a.navbar:active, a.navbar:visited, a.navbar:link, a.redlink:active, a.redlink:visited, a.redlink:link { color:dddddd; } a:hover, a.searchlinksmall:hover, a.navbar:hover, a.redlink:hover { color:00FFFF; } .contactTable { width:300px!important; height:150px!important; padding:0px!important; background-image:url(http://img523.imageshack.us/img523/798/links2gm6.png); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;}.contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;}.contactTable a img {visibility:hidden; border:0px!important;}.contactTable a {display:block; height:28px; width:115px;background-color:transparent!important;}.contactTable .text {font-size:20px!important;}.contactTable .text, .contactTable a, .contactTable img {filter:none!important;background-color:none!important;} .contactTable .whitetext12 {display:none;; } table table table td { vertical-align:top !important;}span.blacktext12 {visibility:visible !important;background-color:transparent;background-image:url(http://content.pimp-my-profile.com/i87/9/8/13/bn_abafb87bd8.png);background-repeat:no-repeat;background-position:center center;font-size:0px; letter-spacing:-0.5px;; width:437px; height:75px; display:block !important; }span.blacktext12 img {display:none;; }</style> <p><a href="http://www.msplinks.com/MDFodHRwOi8vd3…HJvZmlsZS5jb20v"></a> <a href="http://www.msplinks.com/MDFodHRwOi8vd3…mxpZD0xNzY0NzU="></a>
p.s.: nur ein teil des html-codes, hoffe das reicht