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 -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -