Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 01-04-2007, 03:42 AM CSS File
technoguy's Avatar
Extreme Talker

Posts: 151
Trades: 2
How to set mousover event with hyperlink in css. I am newbie in designing. Plz help me.

Thanks
technoguy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-04-2007, 02:12 PM Re: CSS File
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You use the hover pseudo class on links to change the characteristics of a link when you mouse over.

a:hover{
color: red;
etc.
}

If you use pseudo classes, then you must make sure the order is correct:
a:link
a:visited
a:hover
a:active

just remember LoVeHAte

Oh... and the hover will only work on links in IE 6 and below. If you want to hover anything else you will need a bit of scripting.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by LadynRed; 01-04-2007 at 02:13 PM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS File
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.56141 seconds with 12 queries