Jump to content

a:hover isnt working anymore... What could be reason?


ZinoXxX

Recommended Posts

You have a style for div#contentarea a#link which is for the a tag with id="link" but don't have any styles for the other states so add

div#contentarea a#link:visited { }

div#contentarea a#link:hover {...}

div#contentarea a#link:active {...}

div#contentarea a#link:focus {...}

Edited by Wickham
Link to comment
Share on other sites

Thanks so much! It seems to be working perfectly!

 

I think I tried it without success b4 but the thing I missed to do then was not to define div#contentarea a#link:link <-- So detailed I did the mistake to write;

 

a#link {}

a#visited {}

a#hover {}

a#active {}

 

Think my head got so fed up on all the codes that I didn't even realize that i missed the :commands :P

 

Appreciate your help then Very good and helpful idd :D ;D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...