How does display tooltip for the questions?


while ask question, shows related questions. if hover on questions content displayed tooltip contains linebreaks, indentations etc. technique uses it? how display tooltips wit formatting?

other than, jquery/javascript there simple way achieve it?

was wondering, should ask on meta?

it title attribute on hyperlink, plain , simple.

<a href="..." title="the value approximately         3.14159265     simplicity can round     3.0">what value of pi?</a> 

in ie, chrome & safari, honors line breaks bit more strictly firefox or opera.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -