Posted by Els on 11/10/06 07:10
Jonathan N. Little wrote:
> dorayme wrote:
>> In article <e1ee5$45533324$40cba7ca$5095@NAXS.COM>,
>> "Jonathan N. Little" <lws4art@centralva.net> wrote:
>>
>>> Don't make you most general rule display block
>>> a:hover{ color: white ; ...
>>>
>>> Define what you want most general for the whole page...
>>>
>>> A:link { ... }
>>> A:hover { ... }
>>> A:link { ... }
>>> A:hover { ... }
>>> A:active { ... }
>>
>> I assume repeating A:link is typo...
>>
> Yep and a cut and paste error. Should be
>
> A:link { ... } /* style your links & not anchors */
> A:visited { ... } /* ones visited */
A:focus { ... } /* when tabbed to */
> A:hover { ... } /* the hover */
> A:active { ... } /* when pressed */
/* or when tabbed to in IE */
--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/
Navigation:
[Reply to this message]
|