Log in

View Full Version : CSS Image Gallery in Firefox 3



phonty
01-19-2009, 06:37 PM
I'm using the code from this page
http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/

on this page: http://www.johnerving.com/portfolio.html

My problem seems to be that my gallery will show up in Internet Explorer (7 at least) but not in Firefox 3. I thought perhaps it was the image type (originally the thumbs were .gifs) but even after changing them and their references to .jpg, I'm unable to see the images in Firefox 3.

Any help that can be provided will be much appreciated.

-Phonty

bluewalrus
01-20-2009, 01:17 AM
Wrong slashes. Put in the credits you removed.


/image/thumbs/alt_alta_logo4_thumb.jpg
instead of

image\thumbs\COHA_logo_thumb.jpg

phonty
01-20-2009, 01:54 AM
Thank you so much. I was very tired when I coded this, so I completely didn't see that.

Thanks again!

:)

-Phonty