Click to See Complete Forum and Search --> : mouse over an image to bring up text
flemingj
09-02-2004, 10:25 PM
Hi
I have a flowchart that will be done in Photoshop and split into separage images. I want the end user to be able to roll over/mouse over each image and a text box will appear, which describes that part of the flow chart.
I was thinking of an image map, but does this only work with replacing images.
Any ideas?
rhsunderground
09-02-2004, 11:24 PM
DHTML - http://www.webdeveloper.com/forum/forumdisplay.php?s=&daysprune=1000&forumid=8
pawky
09-03-2004, 12:13 AM
if the different titles will be each for a different image then use:
<img src="" title="title caption">
that should do it for you, tc
rhsunderground
09-03-2004, 12:20 AM
Originally posted by pawky
<img src="" title="title caption"> i didn't even think of that :p. that will work great for small amounts of text, but if you want larger amounts or customizability, go with DHTML.
See if these do what you want...
example 1 (http://www.csszengarden.com/?cssfile=http://www.my-website.nl/dev/czg/01.css)
example 2 (http://www.csszengarden.com/?cssfile=http://www.oursours.net/CSSZenGarden/sample.css)
They use straight HTML & CSS. When you hover (or mouseover) one part of the page, it displays text in another area of the page.
pawky
09-03-2004, 10:26 PM
Originally posted by rsd
See if these do what you want...
example 1 (http://www.csszengarden.com/?cssfile=http://www.my-website.nl/dev/czg/01.css)
example 2 (http://www.csszengarden.com/?cssfile=http://www.oursours.net/CSSZenGarden/sample.css)
They use straight HTML & CSS. When you hover (or mouseover) one part of the page, it displays text in another area of the page.
Doesnt work w/ IE