Gallery layout
?<!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" dir="ltr" lang="en-US" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title></title> <style rel="stylesheet" type="text/css"> #photogallery { width: 271px; float: left; background: url(images/gallery_bg.jpg) top left no-repeat; margin: -30px 0 0 0; padding: 0px; } #photogallery #title { margin: -25px 0 0 -37px; background: none; padding: 0 0 14px 0; } .photos { margin: 25px 0 0 0; padding: 0 45px 7px 37px; background: url(images/bg_gallery.gif) bottom left repeat-y; } .photos img { background: url(images/photo_bg.gif) top left no-repeat; padding: 14px 15px 20px 15px; } #photogallery span { display: block; width: 188px; text-align: center; padding: 0 0 10px 0; } #photogallery #all img { display: block; margin: 8px 0 0 14px; background: none } </style> </head> <body> <div id="photogallery"> <div class="photos"> <img src="images/photogallery_title.gif" alt="" width="270" height="62" id="title" /> <a href="#" target="_blank"><img src="images/img1.jpg" alt="" width="158" height="100" /></a> <span>Name Photo</span> <a href="#" target="_blank"><img src="images/img2.jpg" alt="" width="158" height="100" /></a> <span>Name Photo</span> <a href="#" target="_blank"><img src="images/img3.jpg" alt="" width="158" height="100" /></a> <span>Name Photo</span> <a href="#" target="_blank"><img src="images/img4.jpg" alt="" width="158" height="100" /></a> <span>Name Photo</span> <a href="#" id="all"><img src="images/all.gif" alt="" width="134" height="21" /></a> </div> <img src="images/end.gif" alt="" width="270" height="60" /> </div> </body> </html>