can I specify how text is underlined? For example can I make it underlined by a double line?
+6
A:
Check out this tutorial on custom underlines from A list apart
You can also try something like this.
.double_underline {
border-bottom: 3px double;
}
Ólafur Waage
2009-10-14 21:58:41
A:
Yes, you can place the line above or below the text:
text-underline-position: above;
There is however no double underline.
Guffa
2009-10-14 22:06:13
This is a proprietary Microsoftism.
David Dorward
2009-10-14 22:16:14
@David: Right you are... They usually have the "there is no public standard" text on them, but this said that it was an extension and linked to the CSS spec, so it looked like a standard property until I read it carefully...
Guffa
2009-10-14 22:33:25