Results 1 to 3 of 3

Thread: CSS Image Gallery in Firefox 3

  1. #1
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default CSS Image Gallery in Firefox 3

    I'm using the code from this page
    http://www.dynamicdrive.com/style/cs...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

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Wrong slashes. Put in the credits you removed.

    Code:
    /image/thumbs/alt_alta_logo4_thumb.jpg
    instead of
    Code:
    image\thumbs\COHA_logo_thumb.jpg

  3. The Following User Says Thank You to bluewalrus For This Useful Post:

    phonty (01-20-2009)

  4. #3
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much. I was very tired when I coded this, so I completely didn't see that.

    Thanks again!



    -Phonty

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •