Jump to content

Pure CSS Image Gallery - help


michaelguild13

Recommended Posts

I am having issues with my image gallery.In FireFox the images move out of place.And, it doesn't really work in IEhere is the link - http://trivision.us/gallery_test.htmland here is the source code, thanks.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Untitled Document</title><style>#gallery, ul, li {margin:0; padding:0; list-style-type:none; z-index:50;}#gallery img, #gallery img:visited, #gallery img:hover a{ height:70px; width:70px;}#gallery li ul li { display:inline; position:relative; padding: 0 3em 0 3em;}#gallery img:hover, #gallery a:hover {height:150px; width:150px; border:dotted .2em #666;position:absolute; z-index:100;}</style></head><body><ul id="gallery"><li><ul>  <li><a href="#"><img src="img/client_web_gallery/aacc.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/acg.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/afc.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/afghan_wireless.jpg" width="150" height="150" border="0" /></a></li></ul></li><li><ul><li><a href="#"><img src="img/client_web_gallery/aml.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/elegance_decor.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/ghs_group.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/iqra.jpg" width="150" height="150" border="0" /></a></li>  </ul></li>  <li><ul>  <li><a href="#"><img src="img/client_web_gallery/killid_group.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/lemar.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/mmacdc.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/omni.jpg" width="150" height="150" border="0" /></a></li>  </ul></li>  <li><ul>  <li><a href="#"><img src="img/client_web_gallery/rana.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/sarak_khumar.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/telephone_sys_internationl.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/vortex.jpg" width="150" height="150" border="0" /></a></li>  </ul></li>  <li><ul>  <li><a href="#"><img src="img/client_web_gallery/washington_mortgage.jpg" width="150" height="150" border="0" /></a></li>  <li><a href="#"><img src="img/client_web_gallery/xceed.jpg" width="150" height="150" border="0" /></a></li>  </ul></li></ul></body></html>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...