wordpress - slideDown jQuery function doesn't slide in IE9 -
i've got weird problem jquery x wp in ie9. here's codepen, works (http://codepen.io/crs1138/pen/kfglo), same code doesn't work on site (http://coachingxconsulting.com/dev/services/). no warning or errors in console. works fine in other browser apart ie9 (i don't need older ie 9).
this triping over.
#nav { -ms-filter: "progid:dximagetransform.microsoft.gradient (gradienttype=0, startcolorstr=#ffffff, endcolorstr=#00abcc)"; }
add in head section or seperated css file ie9:
<!--[if ie 9]> <style type="text/css" media="screen"> #nav { filter: none; } </style> <![endif]-->
Comments
Post a Comment