Shaneo
05-08-2003, 05:24 AM
Can someone please tell me how to make it so that a message pops up when u scroll over an image.. Kinda like alt="" but i don't want to make it a link so it that possible? Thanks :D
|
View Full Version : Image Alt Kinda thing? Shaneo 05-08-2003, 05:24 AM Can someone please tell me how to make it so that a message pops up when u scroll over an image.. Kinda like alt="" but i don't want to make it a link so it that possible? Thanks :D Dude128 05-08-2003, 05:33 AM an image doesn't need to be a link in order to use the alt attribute. just add alt="your text here" to the <img> tag :) Shaneo 05-08-2003, 05:33 AM I'm not sure if i explained that right so i'll try again.. What i wanna do is make it so a message pops up when you hover over a certian part of an image (image map) but i don't want it to be linked so is that possible? Originally posted by Dude128 an image doesn't need to be a link in order to use the alt attribute. just add alt="your text here" to the <img> tag :) Yeah but i want it to pop up only on certian parts of the image :) Plz help... Dude128 05-08-2003, 05:43 AM now I see what you're asking :) you could try using the normal image map code, but leaving the href="" attribute empty (just like that), or taking it out altogether Shaneo 05-08-2003, 06:00 AM Taking the link out work.. Thanks for that :D Now is there a way to change the speed in which it alt pops up? :lol: pb&j 05-08-2003, 01:49 PM the text popup thing is called a "tooltip". check this link for a number of different variations on it... http://www.dynamicdrive.com/dynamicindex5/ |