Help with About Me disappearing.. |
Help with About Me disappearing.. |
![]()
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 11 Joined: Dec 2004 Member No: 76,266 ![]() |
For some reason when the page loads, everything loads just fine except half of the About Me section disappears and sometimes half of the left table with General, Interests, Music, etc. doesn't show up either. I don't know why! I checked all the codes and nothing's out of order. Any suggestions?
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 11 Joined: Dec 2004 Member No: 76,266 ![]() |
Hm, never thought about IE. Here's the code I've used, I could be wrong about the problems bit
![]() ![]() CODE <STYLE TYPE="text/css">
body { background-image:url("http://img196.imageshack.us/img196/2005/myspacebgtk3.jpg"); background-color:transparent; background-position:center; background-repeat: none; background-attachment:fixed; background-repeat:; cursor: crosshair; } b, strong {color: ffffff;} i, em {color: aa8c59;} body, p, td, font { font-family: tahoma; font-size: 11px; color: ffffff; text-transform: normal;} table, td, tr, th { font-family: tahoma; font-size: 11px; color: ffffff;} body, td, li, p, div, li, p, br, table { font-family: tahoma; color: ffffff; text-transform: normal;} .text { font-family: tahoma; font-size: 11px; color: ffffff; text-align: center;} .blacktext12 { font-family: tahoma; font-size: 0px; color: 000000;} .redtext { font-family: tahoma; color: ffffff; font-size: 11px;} .redbtext { font-family: tahoma; color: ffffff; font-size: 11px;} .orangetext15 { font-family: tahoma; font-size: 11px; color: aa8c59; text-transform: normal;} .whitetext12 { font-family: tahoma; font-size: 11px; color: aa8c59; text-transform: uppercase; text-align: center; background-color: transparent; display: block; } .lightbluetext8 { font-family: tahoma; font-size: 11px; color: aa8c59; text-transform: uppercase; text-align: center; background-color: transparent; display: block; } .btext { font-family: tahoma; font-size: 11px; color: aa8c59; text-transform: uppercase; text-align: center; background-color: transparent; display: block; } .blacktext10 { font-family: tahoma; font-size: 11px; color: aa8c59; text-transform: uppercase; text-align: center; background-color: transparent; display: block; } .nametext { font-family: tahoma; font-size: 11px; color: ffffff; text-transform: uppercase; text-align: center; background-color:transparent; display: block; } table, tr, td { border: none; background-color: transparent; padding: 0;} table { border: none; background-color: transparent;} table table { border: none; border-color: none; background-color: transparent;} table table table { border: 3px solid; border-color: 000000; background-color: 5d200f; padding: 0;filter:alpha(opacity=86); -moz-opacity:86; opacity:86; -khtml-opacity:0.86} table table table table { border: none; border-color: none;} a:link, a:link font, a:active, a:active font, a:visited, a:visited font, a.navbar:link, a.navbar:active, a.navbar:visited, a.redlink:link, a.redlink:active, a.redlink:visited { font-family: tahoma; font-size: 11px; color: ffffff; text-transform: normal; text-decoration: none; } a:hover, a.navbar:hover, a.redlink:hover { font-family: tahoma; font-size: 11px; color: aa8c59; text-transform: normal; font-weight: bold; cursor: crosshair; } </STYLE> </style> <style> table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("http://img170.imageshack.us/img170/4276/hd77xi2.jpg"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:435px; height:100px; display:block !important; } span.blacktext12 img {display:none;} </style> <style type="text/css"> .contactTable { width:300px !important; height:150px !important; padding:0px !important; background-image:url(""); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:5d200f;} .contactTable table, table.contactTable td { padding:0px !important; border:0px; background-color:5d200f; background-image:none;} .contactTable a img {visibility:visible; border:0px !important;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:1px !important;} .contactTable .text, .contactTable a, .contactTable img {filter:none !important;} </style> <style>.r{}</style> |
|
|
![]() ![]() |