Hello everyone,
I have create a pop up menu but would like it to be imaged based when you click on the drop down menu and click on text I would like to have an image appear is that possible? I am using fireworks cs5-5.
Thanks in advance .
| SitePoint Sponsor |

Hello everyone,
I have create a pop up menu but would like it to be imaged based when you click on the drop down menu and click on text I would like to have an image appear is that possible? I am using fireworks cs5-5.
Thanks in advance .
Colorize Old Black and White Photos Photo Restorations


That should be fine, but is this a popup of dropdown? You can use fireworks to create the image, but the rest needs to be done in CSS and HTML. Do you have an example of what you are aiming for? Have you tried to do any coding yet? Do you have a visual of what you are aiming for?




Colorize Old Black and White Photos Photo Restorations


Ah, ok, this is normally called a rollover. A nice way to do this is with what's called a "sprite" image.
Basically, you have one image with a button at the top and the bee below it. Perhaps place this image as a background image on a <button> element. The trick it only to show a part of the image at a time. So, without hovering, you just see the text part of the image, and then wen you hover, the bee part of the image jumps into view.
Here is an article about how to do it. Have a go at this and come back if you have any problems.
A List Apart: Articles: CSS Sprites: Image Slicing’s Kiss of Death
CSS Sprites: What They Are, Why They're Cool, and How To Use Them | CSS-Tricks

Bookmarks