
February 10th, 2013, 04:23 AM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 1
Time spent in forums: 5 m 35 sec
Reputation Power: 0
|
|
|
New Member - Help with CSS
Hi -
currently within style.css I have the following:
.page-item-56 a:hover {border-bottom: 8px solid red; border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;}
.page-item-40 a:hover {border-bottom: 8px solid green; border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;}
.page-item-49 a:hover {border-bottom: 8px solid blue;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;}
.page-item-76 a:hover {border-bottom: 8px solid orange;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;}
This means when I rollover page-item-40 a GREEN line appears below the word CONTACT.
How do I also make an image appear above the word CONTACT -
so, when I rollover the word CONTACT I would like a speech bubble image to appear with contact information, as well as the current green line. Any help greatly appreciated..
thanks
Ian
|