CSS/JS hover popup

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
iceangel89
Forum Commoner
Posts: 39
Joined: Mon Jul 02, 2007 7:02 pm

CSS/JS hover popup

Post 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
Attachments
pop.png
pop.png (6.45 KiB) Viewed 455 times
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Re: CSS/JS hover popup

Post 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/
Post Reply