Browser compatibility issues (read; works fine in NS not IE)

I am going to test the noob clause here. I have this site which looks fine when viewed using NS but there are siome issues when viewed with IE.

The page is here http://www.cristofolikeeling.com and the issue is that the body copy should be at the top of the page not centered vertically with the “Client News” column on the left side. Also, The copyright statement at the bottom of the body copy should not be scrunched up as it is it should be on two lines max.

If flames are necessary, I’m a man and can take it!

Seriously any help is appreciated. TIA

Here are the contents of the index.php file where the formatting takes place, I think :cry:

[php]

<? require ("includes/db_file.php"); if (!isset($page)) { $page = "hp"; } ?> #iposition { position: absolute; top: 160px; left: 472px; }
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Cristofoli &bull; Keeling | Marketing Communications Management, Inc</title>
<? if ($page != "hp") { ?>
<script src="js/rollovers.js" type="text/javascript" language="Javascript"></script>
<?  
}
else {
?>
<script src="js/hp.rollovers.js" type="text/javascript" language="Javascript"></script>
<? } ?>
<link rel="Stylesheet" rev="Stylesheet" href="css/styles.css" media="screen">
<? echo "n"; if ($page == "" || $page == "hp") { $query = "SELECT * FROM welcome"; $result = mysql_query($query); $num_results = mysql_num_rows($result); $row = mysql_fetch_array($result); echo "n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ."
"; echo ""; include ('clientnews/latest.php'); echo ""; echo "
"; include ('includes/nav.php'); echo ""; echo nl2br($row['body']); include ("includes/footer_hp.php"); echo "
n"; } if ($page != "holder" && $page != "hp") { echo "n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ." n" ."

"; //////////////////////////////////////////////// ////////////////// NAVIGATION ///////////////// ////////////////////////////////////////////// include ("includes/nav.php"); echo "
"; echo ""; if ($page == "whitepaper" && $id=="1") { echo "



"; } echo "
n"; ///////////////////////////////////////////// ////////////////// CONTENT ///////////////// /////////////////////////////////////////// include ("includes/content.php"); echo "
n"; echo "
n"; include ("includes/footer.php"); echo "
n"; } ?> [/php] [b]MOD EDIT: Added PHP bb code tags [/b]

Can anyone at least see the issue that I am talking about?

Thanks,

Mac

Sponsor our Newsletter | Privacy Policy | Terms of Service