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
January 21, 2015 at 11:38 pm
#193917
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).