PDA

View Full Version : Text - Image Rollover


oxygren
04-29-2008, 04:31 AM
Hello,

I am hoping you can help me, I haven't really done much coding of anything in a while, but I started a new job and they require a function like http://www.1st-phonecards.co.uk/


On the right hand-side of 1st-phonecards, they have a rollover menu which brings up the cards image related to the name. Does anyone know the code to do this?

Sagacious
04-29-2008, 09:38 AM
Usually the scripts used to make those menus involve Javascript frameworks - the site you linked to uses one. MooTools (http://mootools.net/) is one framework I know which allows you to do it. Basically the image is always there in a div, but it only becomes visable when the mouse rolls over it and the javascript expands that div.