Hacker News new | ask | show | jobs
by 2mur 5332 days ago
Nice site. Since I'm currently viewing this on IE7 (shoot me now), I can see that you have an error in you conditional IE comment so I can see it at the top of the page:

  <!--[if IE lt 9 ]> <![endif]--> 
should be:

  <!--[if lt IE 9]> css <![endif]-->
1 comments

Thanks for catching that.