Would the :visited cause a problem?  Or do I need it?

Thanks

On Aug 29, 11:01 am, andrew23 <[EMAIL PROTECTED]> wrote:
> I'm guessing that you have a:visited declared somewhere in your CSS
>
> e.g.
>         a:link  {
>                 background-color: transparent;
>                 color: #00f;
>         }
>         a:visited {
>                 background:transparent;
>                 color : #f0f;
>         }
>         a:hover {
>                 background-color: #f00;
>                 color : #0f0;
>         }
>         a:active {
>                 background-color:#00f;
>                 color:#ff0;
>         }
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to