CCR, i'm pretty sure i know what you're talking about here. i've also tried table opacity on myspace, and my About Me and Interests tables are cut short horizontally. The longest table by far, the comments table, is not cut short.
it may be important to note that this only happens on IE. i checked it on Firefox and the tables work fine, but there's significant scroll lag.
UPDATE:
I believe i have it fixed for IE. Add your opacity to table 1, NOT 3 (table table table), then add filter:none to all three other tables. here's mine:
Code:
table {
direction: rtl;
filter: alpha(opacity=90); opacity:0.90; -moz-opacity:0.90; -khtml-opacity:0.90;
}
table, td {
background-color: transparent;
border: none;
border-width: 0;
}
table, tr, td {
background-color: transparent;
border: 0px;
padding: 2;
}
table table { border: 0px; filter: none; }
table table table {
background-color: ffeedf;
border: 3px ridge;
border-color: ffeedf;
direction: ltr;
padding: 1;
filter: none;
}
table table table td { color: 774a22; }
table table table table { border: 0px; filter: none; }
this tests flawlessly for me in IE. It looks fine in Firefox, but is still laggy for me. In Netscape 6.2, only a few small areas are transparent, and it lags. I don't have Netscape 8 right now, so i don't know.
i may mess around with it some more to see if i can eliminate the lag in Firefox, but i doubt i can. to jscheuer: yes, nested tables suck, but that's the way myspace is set up, and as far as i know there's no way to change it.
you can view my profile at http://www.myspace.com/fien
Bookmarks