forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: Boris on October 15, 2005, 10:28:28 am

Title: Problem navigation buttons in theme Rainy Days
Post by: Boris on October 15, 2005, 10:28:28 am
In some cases the navigation arrows in displayimage.php appear in the wrong possition. I tried to find a solutions myself, but didnot succeed. I have tested it on 5 computers and the problem remains. All computer have IE6 installed. Page theme is Rainy Days. Standalone 1.3.5

The only thing I discovered is that the problem disappears by reloading the page in IE (F5).

I took a printscreen, you can see it at: http://www.reisfotos.info/themeproblem.jpg

The website is http://www.reisfotos.info/index.php (site is in Dutch)

I hope somebody can help me, because I really like Coppermine Gallery.


Thanks in advance


Title: Re: Problem navigation buttons in theme Rainy Days
Post by: Casper on October 15, 2005, 11:50:29 am
This has been reported a couple of times before, and only happens in certain cercumstances in IE.

Open your themes/rainy_day/style.css and find;

Code: [Select]
.navmenu a {
        position: relative;

Remove the line;

Code: [Select]
position: relative;
Title: Re: Problem navigation buttons in theme Rainy Days
Post by: Boris on October 15, 2005, 12:10:07 pm
Problem solved.

Thanks a lot!!!