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 { ... }.