Question

I'm having a problem that's intriguing me. I decided make a few changes (in a link and inserting metatags) in the index.php file from my company's site: http://www.expresssignproducts.com and after I uploaded the header pictures were all misaligned in IE7 (others were fine). So I uploaded the previous version of the file... same bad display... then I got a copy from the latest backup, still the bad display? How can it be? Why would IE7 suddenly decide to render it badly?

Regards,

Eduardo P.S. I'm not the web developer/designer for the site.

Was it helpful?

Solution

A few problems...

1) There are two <body> tags.

I see in the source:

</head>
<body onload="MM_preloadImages...
<div id="Header">
  <script...
  </script>
<body onLoad="MM_preloadImages...

2) The "Home" image is floated left and the "Customer Registration" image is floated right. Remove the float-right and that will resolve the problem in IE7.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top