I'm having issues with background images in ie8 only. This is a page that a designer put together (good designer) however I can't figure out what is going on.
if I hit 'compatibility mode' which I believe simulates ie7 it works fine. Of course works fine in Safari/Firefox.
Is there any pointers of what to start searching for to understand or find some info on how to fix this to be ie8 compatible?
I've spent 2 hours and gotten nowhere. This btw is specific to two areas of the page where there is a background color defined, as well as an image. The css looks like this:
.content .bkg_introbox {background:white url(../img/introimage.jpg) no-repeat bottom right;}
and
.form {background:#1776b2 url(../img/bkg_form.png) repeat-x bottom left; border:solid 1px #61889b; border-bottom:solid 2px #61889b;
Did something perhaps change where css like this is no longer kosher in IE8?
Thanks very much for a point in the right direction.
if I hit 'compatibility mode' which I believe simulates ie7 it works fine. Of course works fine in Safari/Firefox.
Is there any pointers of what to start searching for to understand or find some info on how to fix this to be ie8 compatible?
I've spent 2 hours and gotten nowhere. This btw is specific to two areas of the page where there is a background color defined, as well as an image. The css looks like this:
.content .bkg_introbox {background:white url(../img/introimage.jpg) no-repeat bottom right;}
and
.form {background:#1776b2 url(../img/bkg_form.png) repeat-x bottom left; border:solid 1px #61889b; border-bottom:solid 2px #61889b;
Did something perhaps change where css like this is no longer kosher in IE8?
Thanks very much for a point in the right direction.