Highlighting link backgrounds on MouseOver

Information on ASP, ASP.NET, PHP, HTML, Javascript and anything else WWW related.

Highlighting link backgrounds on MouseOver

Postby Buck on Fri Dec 05, 2008 9:44 am

Credit for this post goes to: http://www.mymommybiz.com/webdesign/highlightlinks.html

Highlighting the background of your links when your mouse is placed over it, is an easy way to capture your visitor's attention when they place their mouse over a link.

Where: place the following code between your <HEAD> and </HEAD> tags.

Code: Select all
<STYLE TYPE="text/css">
<!--
a:hover{background-color:#FFFF00;}
-->
</STYLE>


.You can change the color from the default "highlighter yellow" color by inserting another color code into the code.
User avatar
Buck
 
Posts: 22
Joined: Wed Oct 29, 2008 10:25 pm

Return to Web Site Assistance

Who is online

Users browsing this forum: No registered users and 1 guest

cron