I'm getting error:
st1\:*{behavior:url(#ieooui) }
--> <!--[endif]-->
half way down my homepage in IE 7, I dont get this in Firefox anyone come across this before? It was fine before I went out, no more changes, came home and its doing this!
The home page is http://www.keepy.co.uk if anyone can help!
magius2244
Member
Posted 3 years ago #
<!--[endif]--> Looks to be part of a CSS conditional test for IE6 or IE7. I see in the head of your site that you have two conditional tests for this:
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="http://www.keepy.co.uk/blog/wp-content/themes/primepress/css/ie7.css" /><![endif]-->
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="http://www.keepy.co.uk/blog/wp-content/themes/primepress/css/ie6.css" /><![endif]-->
I would find the code st1\:*{behavior:url(#ieooui) } In your ie7.css file and comment it out and see if that resolves the error.
Hope that helps....