html - How to display huge amount of data a tooltip -


i displaying 400 account names in tooltip of span element.

<input type="button" value="accountlist" id="accountlist" title="[400 names here]" /> 

but displaying part of it, not displaying 400 account names. how caused , how can solve it?

you hitting browser's length limit on title attribute. limit depends on browser. microsoft (ie) publishes limit 512. don't think have official published limits other browsers, empirically doesn't seem lot more that.

you can solve not relying on browser's "tool tip", build own custom 1 using css. here simple tutorial.


Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -