Go Back   HTMLCenter Web Development Forums > Web Design and Development > Programming and Scripting

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 05-22-2002, 04:36 AM
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

  #2 (permalink)  
Old 05-22-2002, 04:49 AM
Till's Avatar
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
Lightbulb

Dropshadow (not shadow) only works with IE5 and above, some rules you have to follow by:
  • It will not work if used inside a table if there is a background color or image specified in the table, row or cell.
    workaround: just nest a table, <div> or <span> wherever you would like the drop shadow.
  • A width attribute or any other Layout valid attribute is required for this effect to render.

Hope that helps!

Till

P.S.
The proper format for a CSS class is HTML-tag.CLASS-name { }, for example: div.headline { ... }, or span,div.headline { ... }.
Reply With Quote
  #3 (permalink)  
Old 05-22-2002, 04:52 AM
tthurgo's Avatar
Moderator
 
Join Date: Jan 2002
Location: Lebanon, PA
Posts: 357
I tried my ultimative CSS/DHTML/JavaScript/HTML reference, and I could not find one word about it. A new M$-enforced-standard?

Tom
__________________
Tom Thurgo
my future is coming on
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -5. The time now is 01:11 PM.

 
KickApps
Clicky Web Analytics


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter