Jump to content

Boxes shifting over in IE


Guest pshawny

Recommended Posts

Guest pshawny

Everything looks good in Firefox. In IE just the homepage shifts over, all the other pages look good. Any suggestions?

If PHP was meat I could butcher it all day long :rolleyes: I think it might be due to the images I placed above the middle column.

Tee Printz

<!-- BEGIN: body -->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset={VAL_ISO}" />

<title>{META_TITLE}</title>

<meta name="description" content="{META_DESC}" />

<meta name="keywords" content="{META_KEYWORDS}" />

<link href="skins/{VAL_SKIN}/styleSheets/layout.css" rel="stylesheet" type="text/css" />

<link href="skins/{VAL_SKIN}/styleSheets/style.css" rel="stylesheet" type="text/css" />

<link href="skins/{VAL_SKIN}/styleSheets/lightbox.css" rel="stylesheet" type="text/css" media="all, screen" />

<!--[if IE]>

<link href="skins/{VAL_SKIN}/styleSheets/ie.css" rel="stylesheet" type="text/css" />

<![endif]-->

<script type="text/javascript" src="js/prototype.js"></script>

<script type="text/javascript" src="js/jslibrary.js"></script>

<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>

<script type="text/javascript" src="js/lightbox.js"></script>

<script type="text/javascript">

var fileBottomNavCloseImage = '{VAL_ROOTREL}'+fileBottomNavCloseImage;

var fileLoadingImage = '{VAL_ROOTREL}'+fileLoadingImage;

</script>

<center><img src="http://www.teeprintz.com/skins/Classic/styleImages/backgrounds/topborder.gif"></center>

</head>

<body onload="initialiseMenu();{EXTRA_EVENTS}">

<div id="pageSurround">

<div id="topHeader">

<div></div>

<div></div>

</div>

<div>

<div class="colLeft">

{SEARCH_FORM}

{SHOPPING_CART}

{CATEGORIES}

{POPULAR_PRODUCTS}

{SALE_ITEMS}

{MAIL_LIST}

</div>

<a href="http://www.teeprintz.com/index.php"><img src="http://www.teeprintz.com/skins/Classic/styleImages/backgrounds/home.gif"></a>

<a href="http://teeprintz.com/index.php?_a=viewDoc&docId=5"><img src="http://www.teeprintz.com/skins/Classic/styleImages/backgrounds/shirtinfo.gif"></a>

<a href="http://teeprintz.com/index.php?_a=viewDoc&docId=6"><img src="http://www.teeprintz.com/skins/Classic/styleImages/backgrounds/faq.gif"></a>

<a href="http://teeprintz.com/index.php?_a=viewDoc&docId=1"><img src="http://www.teeprintz.com/skins/Classic/styleImages/backgrounds/about.gif"></a>

<a href="http://teeprintz.com/index.php?_a=contactUs"><img src="http://www.teeprintz.com/skins/Classic/styleImages/backgrounds/contact.gif"></a>

<br />

<br /><br>

{SESSION}

<div class="colMid">

{PAGE_CONTENT}

</div>

<div class="colRight">

</div>

</div>

<br clear="all" />

<span style="float: right;">{SKIN}</span>

<br clear="all" />

<div>{SITE_DOCS}</div>

<center><img src="http://www.teeprintz.com/skins/Classic/styleImages/backgrounds/bottomborder.gif"></center>

</div>

{DEBUG_INFO}

</body>

</html>

<!-- END: body -->

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...