Just like the title says, I need a text window to pop up when a user hovers over another piece of text. This new text will provide more info for the user. Also can it disappear when the user moves their mouse away? Would be great if it could be placed where I want on the page too. I'm guessing I need javascript code for this? Thanks
Try: <a href="http://www.terminatorsalvationblog.com" title="Hover Text Goes Here">Link Text Goes Here</a> Code (markup):
Thanks Andrew, that would work for simple text but I need several paragraphs opening in a css styled window.
Hello, Check below url may help u? 1.http://www.smashingmagazine.com/2007/06/12/tooltips-scripts-ajax-javascript-css-dhtml/ 2.http://www.dhtmlgoodies.com/scripts/ajax-tooltip/ajax-tooltip.html
ah so a tooltip is what I am after! Many thanks for those links, I'm sure I will find something in there