Catfish
Catfish

Reputation: 19294

Images are only visible the first time in Safari

In safari, the images in the middle section load fine the first time you opend this page http://cacrochester.com/

If you refresh the page, the images are not visible. It seems to only be in Safari (so far on browsers that i've tested).

Anyone know why? I'm using the NivoSlider btw.

Upvotes: 0

Views: 94

Answers (1)

Reigel Gallarde
Reigel Gallarde

Reputation: 65264

try editing your css.

from this,

#slider {
   float: right;
   width: 610px;
}

to this,

#slider {
   float: right;
   height: 270px;
   width: 610px;
}

Upvotes: 1

Related Questions