chinchang / hint.css

A CSS only tooltip library for your lovely websites.
https://kushagra.dev/lab/hint/
MIT License
8.42k stars 701 forks source link

Issues with display in IE10 #56

Closed Jezternz closed 10 years ago

Jezternz commented 10 years ago

Hi,

Firstly what a great piece of CSS, thankyou for working on it!

Now to the problem I am having, For some reason I can get it to work nicely in Chrome and Firefox, however when I test in IE10 in the project I am working on, it only displays when I click on it. I created a JSFiddle to try eliminate anything that could be disrupting it. My JSFiddle located here: http://jsfiddle.net/ugf3F/9/ Does not appear to show anything on hover in IE10 (But still works in CH/FF). Am I missing something obvious or is it not doing what it should?

chinchang commented 10 years ago

Let me check this issue and get back.

Jezternz commented 10 years ago

Hey @chinchang did you have any luck finding the IE10 issue? easily reproducible?

chinchang commented 10 years ago

The homepage examples seem to be working fine in IE10. On yours too? Checking further if any of your styles applied is causing this...

Jezternz commented 10 years ago

Hey @chinchang, the examples on your examples page work perfectly. Upon further investigation, it appears that span tags do not work for IE, only anchor tags (http://jsfiddle.net/ugf3F/13/). Might be worth noting somewhere so others don't get tripped up. All tags seem to work for Ch/FF, just IE doesn't like non-anchor tags. Thanks for your time :)