Results 1 to 2 of 2

Thread: CSS Image Gallery Compatibility issues

  1. #1
    Join Date
    Apr 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Image Gallery Compatibility issues

    I am using CSS image gallery on my site. It looks great on IE, but MAc users with safari, or MFF users cannot see the images? This was done with script, do I need to add tables?

    Anybody have a solution?

    Thanks,

    http://www.archltgworks.com/Home/appphoto_page_new.html

  2. #2
    Join Date
    May 2006
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Your code for the links are targeted at your C drive, it looks fine in IE on your PC, but if you go to any other PC the images won't show. Try using this revized link code.
    Code:
    <a class="thumbnail" href="#thumb">Lightplane 11<span><img src="is_1.jpg " /><br />LIGHTPLANE 11</span></a>
    rather than...

    Code:
    <a class="thumbnail" href="#thumb">Lightplane 11<span><img src="file:///C:/Documents and Settings/JIM PRIOR/My Documents/ALW WEB SITE (do not erase)/web-content/Home/is_1.jpg " /><br />LIGHTPLANE 11</span></a>
    Let me know if this helps!

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
  •