hi guys!
the theme works fine, nearly 100%. only the arrows aren't visible in internet explorer 8 and 9. they are visible in firefox, safari, etc ...
can i fix it?
greetz
internet explorer 8/9 navigation arrows aren’t visible
2 posts from 2 voices-
Posted 8 months ago #
-
Unfortunately this effect is not supported by Internet Explorer 8/9 but only webkit and other browsers like Safari, Chrome, Firefox, Opera support this feature. Kriesi uses a css3 effect which is not supported by all browsers. If you want to check the code by yourself you can find it in js/avia.js - search for following code:
//check if the browser supports element rotation var transition = $.avia_utilities.supports('transition', ['Khtml', 'Ms','Moz','Webkit']); if(!transition) { return false; }IEs don't support the element rotation yet....
Posted 8 months ago #
Reply
You must log in to post.














