Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Issues with Jquery slideshow + CSS border hover effect Re: Issues with Jquery slideshow + CSS border hover effect

#103107
Billy
Participant

So it’s basically the delay at the beginning and the hover not working.

So, for the hover; how is it done? jQuery or CSS? And what you might want to do is make the hover action happen when you hover on the caption.

And the only problem I can think of is that the document is not ready because the images are all loading, which would delay your code.
What you need to do is find something that loads the other images after the script starts running or something; basically after the document has loaded.