hwg-basics archives | Oct 1999 | new search | results | previous | next |
Re: MOUSEOVER scipt to change fonte/text colorby "Cindy Stanley" <stanleysupport(at)prodigy.net> |
|
From: Steve Ranson <sranson(at)earthlink.net> >I thought I've seen scripts to modify the fonte and/or color of a link's >text on a mouseover without having to use images, but I can't seem to >find one. Can anyone oblige? You can achieve this with CSS (style sheets), as far as the color goes, by using the hover. <STYLE TYPE="text/css"> <!-- A:hover { text-decoration: none; color: #FFCC99 } --> </STYLE> This is IE specific. Not sure about changing the font face while hovering though. -- Cindy K. Stanley
HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA