ok,
so i have narrowed it down.
It is the gallery div. I have taken the code out of the html for the meantime could you have a look i have included the htnl and css in this post
HTML Code:
<div class="gallery">
<h3>Latest Pictures</h3>
<div><a href="gallery/gal1.jpg" rel="lightbox[gal]" title="Davidstitt.net"><img src="gallery/thm_gal1.jpg" width="50" height="50" alt="david stitt" /></div>
<div><a href="gallery/gal2.jpg" rel="lightbox[gal]" title="Davidstitt.net"><img src="gallery/thm_gal2.jpg" width="50" height="50" alt="david stitt" /></div>
<div><a href="gallery/gal3.jpg" rel="lightbox[gal]" title="Davidstitt.net"><img src="gallery/thm_gal3.jpg" width="50" height="50" alt="david stitt" /></div>
<div><a href="gallery/gal4.jpg" rel="lightbox[gal]" title="Davidstitt.net"><img src="gallery/thm_gal4.jpg" width="50" height="50" alt="david stitt" /></div>
</div>
Code:
/*Gallery*/
.gallery {
float: right;
width: 40%;
}
.gallery div {
float: left;
margin-top: 0px;
margin-right: 6px;
margin-bottom: 6px;
margin-left: 1px;
}
.gallery a {
text-decoration: none;
}
many thanks
terry
Bookmarks