Ask Experts Questions for FREE Help!
  Advanced
Register  |  Log in  
   Ask    
 Answer  
  Help  

Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
Free Answers in 3 Easy Steps

Register Now
3 Steps

At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.

Home > Computers & Technology > Programming > Markup Languages > CSS   »   mouse over on navigation

 
Question Tools Search this Question Display Modes
Question
 
 
#1  
Old Nov 28, 2007, 05:21 AM
IMK17
New Member
IMK17 is offline
 
Join Date: Nov 2007
Posts: 1
IMK17 See this member's comment history on his/her Profile page.
mouse over on navigation

On the left hand navigation bar of my web site, I have a white background, with all my links displaying with a blue font. Currently when I hover my mouse over the link, the text disappears.

I would like to create the effect of when I hover my mouse over a link, the background colour goes purple, and the text goes to a white font.

Thanks,

Reply With Quote
 
     

Answers
 
 
Old Dec 4, 2007, 06:51 AM   #2  
jstrike
Full Member
jstrike is offline
 
Join Date: May 2007
Location: Wisconsin - Go Packers!
Posts: 389
jstrike See this member's comment history on his/her Profile page.
This will do it for all links on the page:
Code:
<style> a:hover {background-color:purple; color:white;} </style>

If you only want this to happen to certain links then:
Code:
<style> a.purpleHover:hover {background-color:purple; color:white;} </style> <body> <a class="purpleHover" href="#">Hover here</a> <br> <a href="#">Normal Link</a> </body>

HTH,
-Jeff

Comments on this post
IMK17 agrees: Thank you
  Reply With Quote
 
     


Question Tools Search this Question
Search this Question:

Advanced Search
Display Modes

 
Similar Sponsors

Similar Questions
Question Asker Topic Answers Last Post
Testing tools for mobile navigation product priyadharshini Cell Phones 1 Feb 1, 2008 05:52 AM
Navigation Bar with images jdc Internet & the Web 0 Dec 28, 2006 09:27 AM
collapsing - expanding navigation menu sigmccoy Internet & the Web 0 Dec 15, 2006 06:35 PM
Installing mouse w/o a mouse Edulm1038 Other Software 1 Dec 4, 2006 06:38 AM
Collapsing - Expanding Navigation List RickJ Internet & the Web 13 May 11, 2006 08:14 AM




Copyright ©2003 - 2007, Ask Me Help Desk.
All times are GMT -8. The time now is 02:01 PM.

Content Relevant URLs by vBSEO 3.0.0 RC6 © 2006, Crawlability, Inc.