Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- @media for dropdown menu


helenp - 8:44 am on Mar 21, 2012 (gmt 0)


Dont get it, I did it correct but some mobile dont apply the rule,
editing the css in the brower, only changing this part make the dropdown menu not to display, only the buttons with its link:
@media screen and (min-width: 1024px){
#menu ul ul ul {top:-1px; left:100%;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {display: none;}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {display: block;} }
Changing the last line to display:none takes away the dropdown, but how to add this to screentouches, such as mobiles, tablets etc?
Thanks,


Thread source:: http://www.webmasterworld.com/css/4431524.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com