Do I need JQuery or something else?

Soldato
Joined
6 Jan 2006
Posts
3,423
Location
Newcastle upon Tyne
I want to have an image on a page that changes every x seconds that also changes the hyperlink depending on the image.

Tried looking on the flowplayer website but couldnt see anything that fits the bill?

Thanks.
 
Ok perhaps I spoke too soon!

Ive got 3 images rotating, they are all the same size, uploaded to the same directory and they worked fine in IE7 but when Ive checked in IE8 2 out of the 3 images go tiny in the top left hand corner!

Any ideas? Link to page here
 
Hmmm not sure what Ive done but its seems to be solved!

I reduced the padding on the div and they are all appearing at the correct size!

Any ideas why the padding would affect 2 out of 3 images that are the same size?
 
No idea about why the padding solves it, but maybe you need to declare the images' dimensions, e.g.:

#picture img {width: 601px; height: 258px;}
 
Last edited:
Back
Top Bottom