Not sure if this is a javascript issue or can be solved with CSS.
Im using an image with a text overlay slider but seem to having some issues with where the slider starts on page load. This is the live example, I would like the slider to be hidden on load and appear from below on rollover.
http://www.warface.co.uk/clients/detail-shoppe/directors
Many thanks
You can just add the initial
topvalue to your CSS, like this:This should give you the initial effect you want, and on hover it’ll slide up on the first hover.