Re: [css-d] Drop Menu failing on most Mobile Phones

2014-11-29 Thread Karl DeSaulniers
It actually does collapse on an iPhone. When you click the green nav button it slides down and when you take focus off of it, it then slides back up. I had clicked the nav and immediately went to edit your CSS. Clicked in that box for the CSS and the nav slid up like it was supposed to. So

[css-d] Fwd: Drop Menu failing on most Mobile Phones

2014-11-29 Thread Tom Livingston
-- Forwarded message - From: Tom Livingston tom...@gmail.com Date: Sat, Nov 29, 2014 at 6:07 PM Subject: Re: [css-d] Drop Menu failing on most Mobile Phones To: Karl DeSaulniers k...@designdrumm.com If I click the green button it unfolds. If I click it again or click elsewhere on

Re: [css-d] Fwd: Drop Menu failing on most Mobile Phones

2014-11-29 Thread David Laakso
Fwiw, a simple CSS drop-down menu that collapses in iPhone/5s. No attempt at animation. http://ccstudi.com/site/playpen/rz/index-v4.html Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile

Re: [css-d] Drop Menu failing on most Mobile Phones

2014-11-29 Thread Karl DeSaulniers
I think what the culprit here is that the code to expand and collapse is set to the :hover. Touch screens don't hover. they click, so the touch screens may be executing the hover because the button has to be hovered to click, but there is not a mouse per se to take the hover away. Looks like