Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript For JavaScript disabled visitors… Re: For JavaScript disabled visitors…

#107706
TheDoc
Member

Okay, if you have that already, do this:

Use the Inspector to check if the class has changed to ‘js’. If it has, then it’s running properly and you can use the CSS I mentioned above.

If it hasn’t changed then you aren’t including Modernizr properly – it’s usually included with the HTML5 Boilerplate.