Navigation buttons "floats" on the image instead of above??? Navigation buttons "floats" on the image instead of above???
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Navigation buttons "floats" on the image instead of above???

Started by Isen, July 14, 2004, 09:02:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Isen

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?

Joachim Müller


Isen

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.

Isen

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?

Joachim Müller


Isen

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.

Joachim Müller

tested with IE6SP1, Opera 7.21 and Firefox 0.8 on Windows 2000 SP4

GauGau

Isen

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 :-(

Tarique Sani

SANIsoft PHP applications for E Biz

Isen

[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.....


Casper

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.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Isen

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....

Tarique Sani

SANIsoft PHP applications for E Biz

Casper

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.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Isen


Isen

There must be some hardcore developers on this CPG, that can find a solution?  ;)

Tranz

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.