Giter VIP home page Giter VIP logo

Comments (5)

chinchang avatar chinchang commented on August 18, 2024

Specific IE version?

It was not only for input fields though.

from hint.css.

manuelcabral avatar manuelcabral commented on August 18, 2024

It happens on IE8-10. Didn't test on previous versions or on IE11.

from hint.css.

gavJackson avatar gavJackson commented on August 18, 2024

I am also experiencing this issue (in IE9). I am not really using hints on inputs and found that removing the :focus selectors fixed the issue for me. I added them back in specifically for input types below.

.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after{
    visibility: visible;
    opacity: 1;
}

input.hint:focus:before, input.hint:focus:after, input[data-hint]:focus:before, input[data-hint]:focus:after {
    visibility: visible;
    opacity: 1;
}

from hint.css.

kapil-zepo avatar kapil-zepo commented on August 18, 2024

This ain't working with element too. Can any one help please ?

from hint.css.

Jezternz avatar Jezternz commented on August 18, 2024

I have had so many problems with IE, generally I end up just wrapping the content in an anchor tag, and giving the anchor tag the hint.css classes. That seems to work for me.

from hint.css.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.