Forums

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

Home Forums JavaScript Need help with a non-functional mobile only nav menu Reply To: Need help with a non-functional mobile only nav menu

#193917
Shikkediel
Participant

Touch support is a job for JavaScript though, CSS can’t detect or trigger those. It wouldn’t be a whole lot of script (but definitely a bit of work) – and making it dependent on screen size isn’t really necessary. There are quite a few touch devices with screen dimensions equal to desktop. Here’s a more ‘extreme’ example of something similar I recently made :

http://codepen.io/Shikkediel/pen/LEyYpp

I could have a go at the menu on your site if you like (in jQuery).