Posted by Jonathan N. Little on 11/10/06 01:17
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:hover { ... } /* the hover */
A:active { ... } /* when pressed */
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|