Hi all!
First of all, thanks for Zenphoto. It works great except for one small thing...
I am using the Stopdesign theme (latest version) and for some reason the image description does not shows in Firefox (version 2.0.0.11). I have tried in both Windows XP and Ubuntu with the same result. However in Internet Explorer 7 the image description is shown.
In both Firefox and IE7 the image title is shown.
Does anyone know how to fix this? Do you have the same problem?
Daniel
Comments
So this is an issue? Is there a way to fix it? Has this been a problem before or is this due to a new version of Firefox?
Daniel
In the file /stopdesign/css/photos.css, the image description starts on row 740.
The original definition is:
#desc p {
max-width:30em;
margin:0 0 .75em 250px;
padding:0 15px 0 0;
}
I changed this to:
#desc p {
max-width: 100%;
margin:0 0 .75em -250px;
padding:0 15px 0 0;
}
Note the minus sign in -250px. It now looks good in both Firefox and IE7, at least on my two computers that I have. If someone have time, please confirm! Are these the best optimized values?
Daniel