View Full Version : CSS LJ Layout Help, Please


JediMaster
12-30-2005, 06:30 PM
Hi everyone! I'm new here, and I've been having trouble with this:

<style type="text/css">
i.topbanner { background: url(http://img.photobucket.com/albums/v396/drumlikeagirl/HouseBanner.gif); height: 70px; width: 488px; position: absolute; top: 49px; left:200px; }
.hdr { visibility: hidden; }
</style>
<style type="text/css">
p img {filter:alpha(opacity=70)}
</style>
<style type="text/css">
p table{
width:530;border:1px solid black;background:#000000;filter:alpha(opacity=60)}
</style>

<style type=text/css>
BODY
{scrollbar-face-color: #000000;
scrollbar-shadow-color: #cae4ad;
scrollbar-highlight-color: #cae4ad;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #cae4ad;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #cae4ad;
}
TABLE,TD,FONT,P,I,BODY,DIV
{COLOR:#FFFFFF; font-family:tahoma; font-size:7.5pt;}
BODY
}
A:link
{ text-decoration:none; color:#ff0000; font-size:7.5pt;}
A:visited
{ text-decoration: none; color:#ff0000;font-size:7.5pt;}
A:hover {text-decoration: none; color:#ff0000;font-size:10.5pt;}
body
{
background: #000000
url(http://img.photobucket.com/albums/v396/drumlikeagirl/housebg.gif) no-repeat fixed center;
}
td.mw{background: #71B82C; filter:alpha(Opacity=90)}
</style>

It's basically my Neopets layout with different pictures, but on my LJ, the bg is just white, and the table doesn't show any opacity. I used to know how to do this in LJ, but I completely forgot.

Any help would be very appreciated.

~Jo

PS I'm a global mod. of another forum. Where'd you guys get such an adorable smilie pak? :lilangel:

Krusifix
01-11-2006, 11:30 PM
Just to check, you're using Internet Explorer to view this code, correct? Otherwise the alpha filter you're using won't work. There's no firefox support for it currently.

In your CSS sheet, you specify .mw as a selector, is that in your td tag? Otherwise it will remain useless.