[thelist] formatting the input tag

Tom McMillen tgmcmillen at yahoo.co.uk
Tue Jul 2 16:20:01 CDT 2002


> Use this style sheet:
>
> input{
> color:#003399;
> background-color:#eef;
> font-size:11px;
> text-decoration:none;
> font-weight:300;
> font-family:verdana, arial, helvetica, sans-serif;
> border-style:none;
> line-height:11px;
> cursor:hand;
> }
>

<snip />

>
> Works best in IE 5.0 and above. Mouse cursor does
> not change into hand in NN
> 6.2. Oper 6 and NN 4.x do not support this dynamic
> effect at all.
>

use
cursor: pointer;
instead of
cursor: hand;

this works for browsers other than IE and is the W3C
way not the MS way.

Tom

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com



More information about the thelist mailing list