nick1n / nicholast.fm

Last.fm Stat Utility Web App
https://nicholast.fm
21 stars 1 forks source link

Add an Alert for non-supported browsers #38

Closed nick1n closed 11 years ago

nick1n commented 12 years ago

Such as IE6, IE7, and IE8

namklabs commented 12 years ago

Can we add an insulting alert?

nick1n commented 11 years ago

Maybe something like this: (minus that first space)

< !--[if lt IE 9]>
  <div class="alert alert-error offset4 span6">
    <button type="button" class="close" data-dismiss="alert">×</button>
    <strong>Warning!</strong>
    This browser isn't fully supported, please update to a new browser.
  </div>
<![endif]-->