> I've looked around for a stable solution which doesn't 
> involve putting &nbsp,   etc all over the content 
> (that's presentational :-) ) and can only come up with using 
> the old <s> tag (for strikeout):
> 
> s{
>     padding-right: 1em; 
>     text-decoration : none;
> }

Strikeout implies something specific.

This isn't a semantic issue, merely stylistic. As such, I'd use a span
tag instead.

-Darrel

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to