I have a three level menu that works on :hover and uses only css. Now I need to add a small delay to the hovers (changing therefore my css :hovers to a .hover class and using jQuery). Problem is, if a browsers has javascript turned off, will the menu will still work? Can I have both ‘systems’ working at the same time?
Share
Add a class
no-json your<html>tag:Then remove that class from JavaScript:
And in CSS you target browsers with JS disabled like so: