forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 plugins => Topic started by: Hot Rides on October 25, 2008, 07:28:31 pm

Title: help with "Flikr style image annotations "
Post by: Hot Rides on October 25, 2008, 07:28:31 pm
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
Title: Re: help with "Flikr style image annotations "
Post by: Joachim Müller on October 25, 2008, 07:37:25 pm
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
Code: [Select]
.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.
Title: Re: help with "Flikr style image annotations "
Post by: Hot Rides on November 13, 2008, 07:23:56 pm
sorry for the late response

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