Thread: filter in css
View Single Post
  #2 (permalink)  
Old 05-22-2002, 05:49 AM
Till's Avatar
Till Till is offline
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