CSS/JS hover popup
Posted: Thu Jul 10, 2008 9:33 pm
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,
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
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>http://demo.servicedeskplus.com/WOListView.do