I am having problems with the background overlapping my image, see
http://www.duncantoombs.com/gallery/zenphoto
The Headerlinks overlap the image when it is full size. I am a relative newbie to this so if anyone could help me I would be greatly appreciative.
image.php and zen.css is as follows.
image.php
Not actually a zenphoto problem, but you should check the z-index of the lightbox and of the actual site. The z-index of the light box must have the highest value to be on top.
BTW if you want other people to look at your css, you might think about formatting this way:
`.main img {
clear:both;
float:left;
margin:3px 10px 7px 0;
padding:1px;
border:1px solid rgb(150,150,150);
}`
Sure, makes the file much longer, but is far more easy to read.