[thelist] Style sheet problem!
Atkins, Chris
CAtkins at patriothomes.com
Wed May 24 09:36:11 2000
Hey,
Does anyone know of a way to underline a letter on a button,
<input type="button" value="Search" accesskey="s">
I'd like to underline the "S" in "Search", I don't think it is possible
without a codepage that specifically includes that character (underlined
"s"), at least not cross-browser. It'd be awesome if someone could
tell me how though.
> kind of annoying that they cut the <u> tag... that's one i rely on because
> it very specifically
> handles how things should look, nothing else...
>
> yes, i can use CSS, but then i have to wrap the class into another tag,
> like a <span> or some
> crap... but that's overkill for underlining one letter...
>
> before anyone reacts, i use the <u> tag to underline single letters in
> form field names to
> indicate that those letters are the access keys for the respective form
> elements... quick
> example : http://gibraltarchimney.com/contact/default.asp
>