Thread: filter in css
View Single Post
  #1 (permalink)  
Old 05-22-2002, 05:36 AM
magikern magikern is offline
Registered User
 
Join Date: May 2002
Location: Oslo, Norway
Posts: 11
Question filter in css

I saw this in a css file

.headline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
height: 14px;
width: 100%;
filter: Shadow(Color=#999999, Direction=120);
color: #000033;
}

Now it's only the "filter" that interests me because I can't get it to work properly in any other html, why is that. Acctually it looked pretty cool with the shadow.
__________________
All work and no play makes Jack a dull boy...
Reply With Quote