I have a strange problem, on my website I have a tab on the right hand side positioned fixed, right:0; that when the viewport becomes less than X wide my media queries set it to display none.
This works fine in all browsers from ie6 up the problem im having however, is when I login to a virtual machine to test this (as my clients all use the web on a VM) the media query no longer seems to be supported and the display is not set to none?
Has anybody come across this problem before or know how I can fix this?
Thanks