help with "Flikr style image annotations " help with "Flikr style image annotations "
 

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

help with "Flikr style image annotations "

Started by Hot Rides, October 25, 2008, 07:28:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hot Rides

I have been wanting to use nibblers mod for a while but the drawn in boxes are a downide for me.
I finally tried to figure it out on my own but my code skills are not strong enough yet.
Anyone know how to make the boxes transparent until hovered?

I have other questions about hacking this mod but I'll take them 1 at a time, this is the most important change to me

Joachim Müller

Flikr style image annotations is not a mod, but a plugin.
The boxes are completely CSS-driven, so you could easily edit http://yoursite.tld/your_coppermine_folder/plugins/annotate/lib/photonotes.css

The section you need to edit is .fn-area-inner
{
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
background-color: #ffffff;
opacity: 0;
cursor: pointer;
}
Stuff like that can easily be found out by using the Web Developer Toolbar or by looking at the HTML output.

Hot Rides

sorry for the late response

sorry for the wrong termanology I was think of another program where they call them mods