IE8 Compatibility

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
davefowler
Forum Newbie
Posts: 1
Joined: Mon Apr 12, 2010 1:24 pm

IE8 Compatibility

Post by davefowler »

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-->
Hi All

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.
Post Reply