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