View Full Version : HTML/CSS name for Hover over text to show thumbnail
kitki83
Oct 3, 2007, 04:10 PM
I used W3C and HTML Dog, but I am having problems finding this code. Basically I want to create text where the user will hover over it and an image will show as long as the mouse hovers over the text. I know there HTML/CSS code for it but I can't think of a name it may be called I get more like image to image change when hovering.
I know you can create similar feature with image and links when hovered over will show small text box. Can I make it an image?
ps. I get image rollover which is what I don't want.
http://i9.photobucket.com/albums/a68/kitki83/Picture2.jpg
bbarnhart
Oct 3, 2007, 04:54 PM
You're probably thinking of CSS display: block / none / etc. The div with the image is already there but hidden. On a mouse over, the div is reveled with the image inside. A mouse over hides the div again.
kitki83
Oct 3, 2007, 05:49 PM
You're probably thinking of CSS display: block / none / etc. The div with the image is already there but hidden. On a mouse over, the div is reveled with the image inside. A mouse over hides the div again.
Honestly I read that this feature is not IE compatible, if you know a link for a tutorial that can help me achieve this.
update found an update after someone told me to google css :hover which helped find more relevant information
So for future reference
http://host.sonspring.com/hoverbox/
Mitthrawnuruodo
Oct 3, 2007, 05:59 PM
Try and see if you cannot get ws_tooltip (http://www.walterzorn.com/tooltip/tooltip_e.htm) to do what you want...
kitki83
Oct 3, 2007, 06:32 PM
Try and see if you cannot get ws_tooltip (http://www.walterzorn.com/tooltip/tooltip_e.htm) to do what you want...
Just wondering can javascript function without online access? I am making offline website for presentation purposes.
Thanks for the link bookmarked it because it good for future reference,
bbarnhart
Oct 3, 2007, 07:58 PM
JavaScript runs in the browser and among other things, it manipulates the DOM in the browser. It has nothing to do with the Internet. However, it can make a async or sync HTTP request (which is probably not what you were asking).
kitki83
Oct 3, 2007, 08:01 PM
JavaScript runs in the browser and among other things, it manipulates the DOM in the browser. It has nothing to do with the Internet. However, it can make a async or sync HTTP request (which is probably not what you were asking).
Thank you just wanted to confirm this!
vBulletin® v3.6.10, Copyright ©2000-2009, Jelsoft Enterprises Ltd.