css - Drop down menu in mobiles -


i have drop down menu in website , it's working fine in laptop in browser there problem in mobiles , tables.

in laptop, when hover menu, drop down automatic , when remove mouse menu closes, , that's fine..

in mobiles , laptops, when click on menu, drop down automatic , closes after 1 second, , problem. need menu keep open until close manual clicking anywhere else!

what can in css?

media queries important website view in different device mobiles , tablets, need insert media queries in css,this website responsive , work in both devices. http://www.techbian.com/dell-xps-12-worlds-first-2-in-1-4k-convertible-pc/ so, use below code , modify insert on website's css.

@media screen , (max-device-width: 480px) {      } 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -