Log in

View Full Version : CSS Image Gallery Compatibility issues



avantgal74
05-02-2007, 10:32 PM
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

jrthib
05-10-2007, 12:15 AM
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.


<a class="thumbnail" href="#thumb">Lightplane 11<span><img src="is_1.jpg " /><br />LIGHTPLANE 11</span></a>


rather than...



<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!