Page 1 of 1

CSS/JS hover popup

Posted: Thu Jul 10, 2008 9:33 pm
by iceangel89
how can i do something like a HTML title attribute popup like in the attached image, with HTML formatting like bolding etc.

when i view the source of the page,

Code: Select all

<a href="WorkOrder.do?woMode=viewWO&woID=3447&" id="tooltip" title="<b>Request ID :</b> 3447 <br><b>Category :</b> - <br><b>Subject :</b> test <br><b>Description :</b> test <br>"> 
test
</a>
but when i try putting <b> in my own page, it outputs them "<b> etc... with the HTML tags seen how did the site do it?
http://demo.servicedeskplus.com/WOListView.do

Re: CSS/JS hover popup

Posted: Fri Jul 11, 2008 2:54 am
by matthijs
Most often one of the many tooltip (javascript) scripts is being used. For example http://jquery.bassistance.de/tooltip/demo/

O wait, check this list out: enough choice
http://www.smashingmagazine.com/2007/06 ... css-dhtml/