coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Isen on July 14, 2004, 09:02:07 AM

Title: Navigation buttons "floats" on the image instead of above???
Post by: Isen on July 14, 2004, 09:02:07 AM
When I choose an album, and clicks a picture so the medium sized image is viewed and the navigation buttons above it is shown - then the navigation buttons is actually not above the image, but ON the image.
When pointing the mouse icon on to the navigation button, then it "flies" right back into the space made for it.
This happens almost always.

What could be wrong, and how do I fix it?
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Joachim Müller on July 14, 2004, 09:14:52 AM
you could post a link for a start... ;)

GauGau
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Isen on July 14, 2004, 09:36:28 AM
Well... guess I have to post it - just read, that direct messages for support is not "allowed".
Here is a link:
http://www.boogies.dk/galleri/displayimage.php?album=27&pos=0

It's the same problem, from whatever machine I use to see the albums.
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Isen on July 14, 2004, 09:56:55 AM
It seems the problem only exist in the "Rainy day" Theme, which is supplied in standard.
When trying other themes, the buttons are ok.

Any fix for this?
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Joachim Müller on July 14, 2004, 11:00:19 AM
looks fine in my browser. Anyway, you could try to get the most recent files from the webcvs: http://cvs.sourceforge.net/viewcvs.py/coppermine/stable/themes/rainy_day/

GauGau
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Isen on July 14, 2004, 11:12:54 AM
Hmm.... I will try that.
I can inform, that I tried to install the new version 1.3.0 - and it has the same problem.
What browser are you using? I have only tried IE in various versions on various clients - all have the same problem, whatever it is :-)

Still think it's weird.
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Joachim Müller on July 14, 2004, 11:19:53 AM
tested with IE6SP1, Opera 7.21 and Firefox 0.8 on Windows 2000 SP4

GauGau
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Isen on July 14, 2004, 11:30:16 AM
Tested with IE6SP1 right now, and FireFox.
It happens in IE, but not in FireFox.
Windows XPSP1.

Hmm.... this is annoying - and I don't understand why it works at your place since it doesn't any of the places I tried :-(
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Tarique Sani on July 14, 2004, 11:34:34 AM
Post a screenshot
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Isen on July 14, 2004, 11:53:23 AM
[edit GauGau]
link removed, attachment added instead (in jpeg format)
[/edit]


sorry, didn't have the option to save in JPG at this machine :-( hope you can use this screendump anyway.....

Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Casper on July 14, 2004, 02:11:17 PM
I'm sure we had a thread on this exact problem a few months ago.  Will have to search for it, to see the outcome.

Edit, found the other thread, which had no outcome.  http://forum.coppermine-gallery.net/index.php?topic=6522.0

I also do see the buttons as you show, so it's not just you, but it does appear to be only when using rainy day theme, and IE that this happens.
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Isen on July 14, 2004, 02:19:35 PM
I already did search the forum, but didn't have any luck.
However, there were alot postings on navigation bars etc, so it could as well be me that have missed it....
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Tarique Sani on July 14, 2004, 02:24:53 PM
Does the same thing happen when you go to  http://coppermine.sourceforge.net/demo/?theme=rainy_day
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Casper on July 14, 2004, 02:30:09 PM
I've only seen it twice, on isen's install, and the one I posted in my edit above.  It does not happen with the demo, or on my installs, but I confirm I see the problem on his site.
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Isen on July 14, 2004, 02:34:23 PM
Hmm - no, doesn't .... I'm confused :-(
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Isen on July 14, 2004, 02:47:28 PM
There must be some hardcore developers on this CPG, that can find a solution?  ;)
Title: Re: Navigation buttons "floats" on the image instead of above???
Post by: Tranz on February 09, 2005, 11:05:00 AM
I had the same thing happen to my theme that I'm renovating. It was a puzzler since the navmenu rules were the same in the old and new versions of style.css. I cleared out the navmenu declaration blocks and put them back in until I found the culprit. It was due to this:
.navmenu a {

       position: relative;


I guess there is a change elsewhere that affected the placement of an element that navmenu was depending upon for its positioning. So the solution is to delete or comment out:

       position: relative;


I hope that helps.