View Full Version : Alpha filter


Aprilrenee
04-16-2003, 10:59 PM
ok I am doing an css where it links to my main page. Well i am doing classes to do for my site like <p class="head">whatever</p>

well on my css sheet my filter just won't do right. here is my coding for it. everything else works but the filter. i have played with it alot and it just won't work.

p.head{
filter:alpha(Opacity=25,style=0);
color:#ffffff;
background-color:#9600ea;
font-weight:bold;
border-bottom-style:dotted}

kittycat
04-17-2003, 12:11 AM
You usually have to add a height and/or width attribute. So add height: whatever or width: whatever to the code and see if it works.

Aprilrenee
04-17-2003, 12:13 AM
OMG it worked thanx, crap now i have to make more then one class with diff width and heights oh well tis worth it. Thanx bunches.