On 9/10/2013 12:44 PM, Theresa Jennings wrote:
I can add a conditional statement to the style sheet in the child
theme. But it's not embedded.

You can not add a condition comment (not statement) in the CSS. Since both IE8 and IE7 are having similar problems which appear to be slight rounding issues it best to change the HTML. The below condition comment [if lte IE 8] means less-than or equal to IE8. This is where the embedded style is.

<!--[if lte IE 8]>
<style type="text/css" media="screen">
#content img.size-thumbnail,#content img.size-medium,#content img.size-large,#content img.size-full,#content img.attachment-thumbnail,
#content img.wp-post-image,img.avatar,.format-chat img.format-chat-icon,
#wrapper,#branding,#colophon,#content, #content .post,
#sidebar_primary,#sidebar_right,#sidebar_left,.sidebar_top,.sidebar_bottom,.sidebar_extra,
#first,#second,#third,#fourth,
#commentform input:focus,#commentform textarea:focus,#respond input#submit {
behavior: url(http://girlscoutssangorgonio.org/wp-content/themes/weaver-ii-pro/js/PIE/PIE.php) !important; position:relative;
}
</style>
<![endif]-->

Having to hack around existing hacks is problematic.

Alan


--
Alan Gresley
http://css-3d.org/
http://css-class.com/
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to