Hacker News new | ask | show | jobs
by alwillis 155 days ago
> It’s not a hack

Yeah, this isn't a hack; this is what media queries were made for.

Now, this is a hack!

You had to do this to make :hover work correctly for IE6—IE8 [1]:

    body {
      behavior: url("csshover3.htc");
    }
[1]: https://pawelgrzybek.com/internet-explorer-just-hit-the-end-...
1 comments

I agree, this was not a hack. It is combined behavior from documented features (preload with media and lazy loading).