[thelist] Another CSS question

kristina kristina at kfx-design.co.uk
Wed Sep 5 10:22:49 CDT 2001


lindalu2,

 ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬
: Okay ... I give up.   On Lindsay's web page (
: http://members.evolt.org/lindsay/ ) there's a clever little mouseover trick
: on the word "hyperlink" where a dotted line appears overtop of the link on
: mouseover.    I've looked at the code and the style-sheet trying to find how
: that's defined but I don't see any "hover" tags ... what am I missing?
 ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬ ¬

 (its in the font.css style sheet)

a, a:link, a:visited {
        color: rgb(255, 95, 0);
        text-decoration: none;
        border-bottom: 2px dotted rgb(255, 95, 0);
        border-top: 1px solid rgb(255, 255, 255);
}

a:hover {
        color: rgb(48, 48, 48);
        border-bottom: 2px dotted rgb(255, 95, 0);
        border-top: 2px dotted rgb(255, 95, 0);
}

a:active {
        color: rgb(48, 48, 48);
        border-bottom: 1px dotted rgb(255, 95, 0);
} 

-- 
hth
 kristina                      
   ;o)
   
kristina at kfx-design.co.uk


"When written in Chinese, the word 'crisis' is composed of two characters.
One represents danger, and the other represents opportunity."
-- John F. Kennedy





More information about the thelist mailing list