compsoc-edinburgh / website-django

The website
1 stars 1 forks source link

Make sure the website is irremediably incompatible with IE #13

Closed hmaurer closed 10 years ago

hmaurer commented 10 years ago

^

Sunstrike commented 10 years ago
if ie:
  return_404()
moredhel commented 10 years ago

I believe this has already been implemented:

            <!--[if lte IE 8]><div id="i-hate-ie">
                <h3>WE LOVE HTML5, CSS3 AND SHINEY NEW TECH!</h3>
                <p>Your browser, unfortunately, doesn't and we shouldn't have to write special CSS and stuff just so it works in fossilised browsers...</p>
                <p>So maybe invest in something free like Chrome, Firefox or Opera and not IE!</p>
            </div><![endif]-->
hmaurer commented 10 years ago

Brilliant! Hadn't check. Issue closed.