« Story of the day | Main | Vitra »
Help needed from scripting geniusses ;)
I have this page: www.matuvu.nu/vcard.
When click on one of the 6 little images a lightbox thing gets to work, and frankly speaking, I love the effect.
A minor disadvantage is, when you don't click on the image but mouse over, because of the title-tage, a 'post-it' note appears in most browsers.
I don't want the post-it...
Bart already advised me to use ThickBox, but I don't like it so much. It hasn't have the same smooth effects.
Has anyone a solution to my problem?
Thanks.
Technorati Tags: lightbox, problem
Posted on September 5, 2006
in Technical stuff
Digg this |
Add to Delicious | Technorati reactions | Permalink |
Comments (5)

Comments
That's odd, where do you get that post-it? I just tried it in FF aswell as in IE and I don't get any sticky stuff.
Posted by Clopin | September 5, 2006 10:47 AMAre you referring to the captions that appear on mouse-over? Just loose the title in the link to the image.
Posted by Charlo | September 5, 2006 10:53 AMYeah, but that way she doesn't get the text underneath the picture... Hmm
Posted by Clopin | September 5, 2006 11:52 AMZoek in de file lightbox.js file naar 'title' en vervang dat door 'ligthboxtitle', zodat de javascript niet meer naar het title attribuut zoekt maar naar het lightboxtitle attribuut. Dit is wel geen valid html meer.
Vervang je 'title'-tags door 'lightboxtitle'-tags...
Efkens experimenteren en het werkte voor mij. Misschien moet je wel naar een oplossing zoeken die valid html produceert ook... als ik nog wat tijd vind doe ik dat misschien wel eens.
Posted by kristof | September 5, 2006 1:06 PMtx Kristof. Works like a charm.
Posted by ine | September 5, 2006 1:15 PM