Re: MOUSEOVER scipt to change fonte/text color
by "Cindy Stanley" <stanleysupport(at)prodigy.net>
|
| Date: |
Wed, 13 Oct 1999 23:16:46 -0400 |
| To: |
"Steve Ranson" <sranson(at)earthlink.net>, "hwg-basics" <hwg-basics(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
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
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.