Thread
:
Have <p> display on image hover
View Single Post
09-28-2012, 07:04 AM
PM User
|
#
8
fireplace_tea
New Coder
Join Date: Sep 2012
Location: Boulder, CO
Posts: 56
Thanks: 5
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by
Sammy12
The only way other than JavaScript is:
Code:
#footer-left:hover + p { }
Sweet! That does work. You will only need to add the following code to your .css file:
Code:
#footer-left:hover + p { display: block; }
fireplace_tea
View Public Profile
Find More Posts by fireplace_tea