windows 7 mobile css media query -


How can I target Windows Phone 7 with CSS media queries?

Right now, I'm trying this with no luck.

  @ Media only screens and (max-width: 480px) and (minimum-width: 5px) {// css here}   

Thanks in advance

see

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

ruby on rails - Convert a Activerecord result with has_one associations into a single hash per record -

c# - GetType() == type perfomance question -