javascript - hide the overlay using media queries -



javascript - hide the overlay using media queries -

when cut down browser size iphone screen menu button appears..... when click button overlay appears.......... overlay appears when increment browser size.... how hide on lay.... rajdq0383@gmail.com

http://jsfiddle.net/qyvrt/17/ http://jsfiddle.net/qyvrt/17/embedded/result/

@media (max-width: 767px) { #rightslider{ border: 1px solid red; } #rightslider{ display:none !important; } #rightslider{ display:inherit !important; } } #slidenav{ display:none !important; } #slidenav{ display:inherit !important; } }

make media query when width bigger x width go display none

@media , (max-width:300){show overlay} @media , (max-width:1024){hide overlay}

javascript jquery html css extjs

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -