Posted by Toby Inkster on 08/22/06 22:13
Old HTML Slinger wrote:
> But the line that it puts through the letters is pretty thin.
You *might* have some success with:
<span class="crossout"> <span>Hello</span> </span>
SPAN.crossout {
text-decoration: line-through;
letter-spacing: -2px;
font-weight: bold;
}
SPAN.crossout SPAN {
letter-spacing: 2px;
font-weight: normal;
}
But it will probably be browser-dependent.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|