I have 2 things that I need help with and that I havn't been able to solve. One that is a real problem and one that just a color/link/design problem:
Here is a link to view a page where the problems is shown: http://dartfrog.tk/cms/index.php?page=pumilio
#1 - When I'm using IE there is a colored frame around the photo-link (inside the white frame). I want this link-frame to always be set to one color, for example black or a darker greybrown color (like it looks in FF). Look at the link to view the problem. Anyone who has an idea of what to change/add in the scripts so the thumbs will be viewed the way I want it to be?
#2 - The real problem that is something about how the thumbnail lists is showed. Depending on the size of the photos and the proportions of the photos is the thumbnails making 'gaps' in the listings when they are listed in IE6. It even gets worse if I add a photo in portrait format. It seems to work better in IE7 and FF, but not in IE6. Please have a look at the link to see what I mean. Anyone who has an idea of how to solve this?
Versions: CMSMS 1.0.2 Maui, Album 0.8.2
/Dennis
Album/Greybox problem + customizing (Solved)
Album/Greybox problem + customizing (Solved)
Last edited by osn on Fri Feb 09, 2007 9:35 pm, edited 1 time in total.
Dennis Nilsson, Sweden
www.dartfrog.tk
www.dartfrog.tk
Re: Album/Greybox problem + customizing
With some help from dantecms I could solve #1 by adding:
ul.picturelist li.thumb a img { border:3px solid #ccc; }
ul.picturelist li.thumb a:hover img { border:3px solid #000; }
The problem with the gap in the thumbnail listings in IE6 still is unsolved ( #2 ). I will appreciate all help to solve the problem if someone has any idea why it behaves like this.
ul.picturelist li.thumb a img { border:3px solid #ccc; }
ul.picturelist li.thumb a:hover img { border:3px solid #000; }
The problem with the gap in the thumbnail listings in IE6 still is unsolved ( #2 ). I will appreciate all help to solve the problem if someone has any idea why it behaves like this.
Dennis Nilsson, Sweden
www.dartfrog.tk
www.dartfrog.tk
Re: Album/Greybox problem + customizing
I had some help from Elijha with the last problem. Here is the solution if someone else is getting the same problems in future.
Just add the following line to the album CSS at the bottom:
li.thumb { height: 101px; }
If it still is a problem, try to increase the value until it is working.
Just add the following line to the album CSS at the bottom:
li.thumb { height: 101px; }
If it still is a problem, try to increase the value until it is working.
Last edited by osn on Fri Feb 09, 2007 9:37 pm, edited 1 time in total.
Dennis Nilsson, Sweden
www.dartfrog.tk
www.dartfrog.tk

