Quantcast
Channel: Niluka Blog » Jquery
Viewing all articles
Browse latest Browse all 17

jquery rotation not working in ie

$
0
0

Some code which is suppose to rotate a div and make it move up. Its working in all browsers apart from IE

his is actually quite a common problem (particularly for developers, as IE defaults to compatibility mode for sites on the local network, which generally includes your development server).
You might also want to add a meta tag to your page to force IE to use standards mode for other users:

meta



Viewing all articles
Browse latest Browse all 17

Trending Articles