mobile - Is there a way to make desktop-only CSS rules? -


i found out droid has max width of 800 pixels, think lower-resolution computers smaller than, want droid display mobile css, not sure max device width best solution. know how i'd design css link tags mobile css used smartphones while desktop css used desktop computers (including kind width under 800px)?

responsive web design, using media-queries

@media screen , (min-width: 800px) {     // css used when screen size min 800px } 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -