Thanks to both of you. overflow:hidden fixed it.
overflow: hidden should help. Also you are loading 2 instances of
jQuery file which can cause issues
instamattic wrote:
Is there a way to prevent the brief display of all the photos in the
cycle when the page loads? Problem affects IE7 and maybe others.
http://scotthardinghomes.com/
Adding this to my CSS fixed the problem for me...
- to the image container (#photos), position:relative
- then a new line:
#photos img { position:absolute; width:800px; height;125px }
The height and width above are the same as my #photos container
and images.
hth,
Rick
On Wed, Jun 3, 2009 at
3 matches
Mail list logo