IE8 Compatibility
Posted: Mon Apr 12, 2010 1:32 pm
Code: Select all
<?php get_header(); ?>
<div id="subwrapper">
<?php include("topbar.php"); ?>
<div id="maindiv">
<!--left col-->
<div id="leftcol">
<img src="http://www.brightgreentechnology.com/wp-content/themes/brightgreen/images/shim.gif" border="0" width="1" height="475" align="left" />
<!--sub menu-->Relative new comer to PHP - have used HTML for a long while, but never had the need to know too much about it - heres my plea or help.
Had a site dumped on me - With Wordpress also involved - not sure whether makes a difference but will give you as much info as possible.
http://www.brightgreentechnology.com/content/blog/
Have been through and validated all the issues on the page - someone elses work done badly.
To the point.
In IE8 when pressing IE8 "Compatibility Button" - the whole pages shifts to the right but the header stays to the left. Only happens when the button has been press - above code is the blog page code
Any advice would be greatfully received.