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
Flikr style image annotations (http://forum.coppermine-gallery.net/index.php/topic,41715.0.html) 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.
sorry for the late response
sorry for the wrong termanology I was think of another program where they call them mods