Afternoon all..
I have a site with an intro page including a jquery cycle slideshow of three images.
I have set up the CSS so that the images resize in accordance with the browser window.
This all works fine when the images are on their own, however when they are part of the slideshow I have to refresh the screen to make the images fit properly. They do actually still resize properly, just not automatically with a manual change in window size as they do when on their own.
The Url is - http://subzerostudio.com/Clients/ex1/index.html -
You can see that if you bring the window size down and leave it during the slideshow the images are the correct size, and the same if the window size is full, the images still fit - it is just when resizing the window they remain the previous height and width that was initially loaded.
They are also set up to be flexible in terms of position in order to fit different resolutions to a certain extent however this aspect is fine.
Once this is sorted it's ready to go out :) any ideas are much appreciated!
Chris
In case anyone else gets stuck on this - stackoverflow.com/questions/2183869/… - this post gives a simple bit of JS and CSS which seems to have taken care of the problem very efficiently :)