Trying to show description text when you hover over a specific project image

gomezmule

New Member
On https://dl.dropbox.com/u/4088146/seans/index.html, I am trying to reveal a description associated with a portfolio image when you hover over the image. I am trying to do this by setting the opacity to 1 when you hover over the image.For some reason this is not working. \[code\].description { display: block; opacity: 0; text-align: left; height: 130px; padding-top: 50px; width: 70%; max-width: 700px; margin: 0 auto;}section img:hover ~ .description {opacity: 1;}\[/code\]
 
Back
Top