View Single Post
Old 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
fireplace_tea is an unknown quantity at this point
Quote:
Originally Posted by Sammy12 View Post
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 is offline   Reply With Quote