![]() |
|
album description on mouseover - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: album description on mouseover (/thread-5315.html) |
album description on mouseover - michaelcmod - 2009-06-10 hi everyone i am working on a very simple theme that resembles a color palette. when hovering over a album thumbnail i would like the album description to be displayed somewhere else on the page. anybody got a clue if this is possible? thanks a lot here is the page: http://amexicanfuneralinparis.com/cocolores/ album description on mouseover - sbillard - 2009-06-10 are you competent in javascript? jQuery allows this fairly simply. You can see an example if you look at the v1.2.5 ratings plugin. (This case is for a click, but mouseover is a straight forward difference) Look where it changes the album description on mouseover - michaelcmod - 2009-06-11 thank you. unfortunately i have no clue about javascript. will try to figure it out though. michael album description on mouseover - acrylian - 2009-06-11 Depending on how your theme (layout) is setup you probably can do that also with pure css. Try a search on the css commands "visibility and "display". Of course this requires some knowledge, too. |