These two cases:
<div title=" " >Hi</div>
<div title=" " >Hi</div>
Don’t show a blank title in Safari, Firefox and Google Chrome. (It shows in Opera 12 Mac OS X).
How can I make it work in those browsers?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to get a blank title, then you could try with a Soft Hyphen, that has code
­and whose html entity is­http://jsfiddle.net/a3MNx/2/
With Firefox (Iceweasel 10.0.5) it works fine. Using
it doesn’t.