I’m having a problem with hover on images.
When entering the site the hover-state is active, but it shouldn’t be until a mouseover-event.
When moving the mouse over the images the hover effect disappears and functions properly.
Here’s the code-snippet:
http://jsfiddle.net/JwztH/
I hope my question is understandable.
Simply set
display: none;in the css on the items you don’t want to have visible at start (for exampleol li div.cykel a.cykel-hover).Demonstration : http://jsfiddle.net/dystroy/txYc4/