
Corey Bryant
Posts: 1703
Member since: 9/24/2002
From: Castle Rock, CO

|
RE: OnMouseOver (in reply to JonathanO)
|
|
|
If when you say brighter, you want bolder, again use CSS. I would get rid of the deprecated <font> element in the code. And then in your style sheet a:link {color: #FF3300}
a:visited {color: #FF3300}
a:hover {color: #FF3300; font-weight: bold}
a:active {color: #FF3300} Frontpage will create some code, albeit old and it might not work properly in all browsers. If you are wanting to use this, on your page go to Format - Properties. In the formatting tab you can set the hyperlink colors there.
_____________________________
Corey My Merchant Account Blog | Expression Web Blog
|
|