Block header bar bleeds across page in IE8 - help


Author Message
Stephen

Posted: 6/28/2011
Quote message 

:-@
This problem is only with IE. The block header elements break out into the page (see pics below). Works fine in Chrome and other browsers. Any suggestions as to how I can fix this? It's driving me nuts.

I've been using Artisteer for ages (love it) but never had this issue before.

URL = www.MyDIYCNC.com

IE8 pic:


Here's what it should look like (Chrome)


Any help at all would be greatly appreciated. This makes my website in IE look like crap.
 
Garry

Posted: 6/30/2011
Quote message 

Fixing following validation errors and disabling the added plugins may be helpful in testing: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.mydiycnc.com%2F
 
Orlando

Posted: 7/2/2011
Quote message 

I had the same problem and the following resolved the problem for me...

1) Duplicate " style.ie7.css " then rename the resulting copy to " style.ie8.css "

2) In "page.tpl.php" find the following line...

<!--[if IE 7]><link rel="stylesheet" href="<?php echo $base_path . $directory; ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->

Then place this beneath it...

<!--[if IE 8]><link rel="stylesheet" href="<?php echo $base_path . $directory; ?>/style.ie8.css" type="text/css" media="screen" /><![endif]-->


I hope this helps you :-)

Orlando
www.islandwebdevel.com