For the future i would like to see pull down menus working properly.
Well, it would be more helpful if you'd give some spesifics. Nonetheless, dropdown menus mostly employ javascript which is an issue for some mobile devices (i.e. supported partially or not supported at all), and also something to consider for keeping it easy on the low end.
A nice suckerfish menu perhaps based on css?
Hi,
Dropdown menus are bit problematic for mobile. Not all devices support Javascript or even CSS. Also, touch based devices don't have hover events.
But we keep our eyes open for any solutions.
Dropdown menus are bit problematic for mobile. Not all devices support Javascript or even CSS. Also, touch based devices don't have hover events.
But we keep our eyes open for any solutions.
The City of Brussels in a drop-down menu on their mobile site (www.bruxelles.be).
Is it possible to have the same style?
Is it possible to have the same style?
TomSoyer wrote:
Yes, in theory it's possible on high-end devices (androids, iphones, etc.), but 99% that it's impossible on mid- and low-end devices (old phones, opera mini, etc.).
But anyway I don't know how to do it on practice, most likely it requires to use jquery (or smth similar) to be crossbrowser solution.
The City of Brussels in a drop-down menu on their mobile site (www.bruxelles.be).
Is it possible to have the same style?
Is it possible to have the same style?
Yes, in theory it's possible on high-end devices (androids, iphones, etc.), but 99% that it's impossible on mid- and low-end devices (old phones, opera mini, etc.).
But anyway I don't know how to do it on practice, most likely it requires to use jquery (or smth similar) to be crossbrowser solution.