missing parts of my myspace |
![]() ![]() |
missing parts of my myspace |
Aug 21 2005, 06:36 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Aug 2005 Member No: 210,529 |
HELP! i used a layout and it has this followin code for tables:
/*Table & Border attributes*/ table table table {border:1px solid; border-color: FFFFFF; padding:1; background-color:15212d; filter:alpha(opacity=90); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8;}} table table{border:0px} table table table table{border:0px} when i preview it.. everything looks fine but after i submit and view profile its missing half the page.. i take off the filter:alpha(opacity) part and everything works perfectly but i really want it to be a little transparent.. please help. thx |
|
|
|
Aug 21 2005, 08:43 PM
Post
#2
|
|
![]() Myspace Addict ![]() ![]() ![]() Group: Member Posts: 60 Joined: Aug 2005 Member No: 208,588 |
well theres your problem, opacity KILLS your page.. get firefox! okay besides that, use this code instead, its safe for IE.. change the background color and number values if you need to.
CODE <style type="text/css">
table table table {background:transparent;} table table table td { background-color:dodgerblue; filter:alpha(opacity=80);} table table table table td {filter:none;} </style> |
|
|
|
![]() ![]() |