View Single Post
  #28  
Old 09-09-2007, 03:04 PM
 
MoonDog MoonDog is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 93
 

Default Re: Background image works in Firefox but not IE

a1deano,

The source view of your home page shows two open <body> and two closing </body> tags. This might also cause the scrolling problem, because 'background' was an attribute of the body tag.
I viewed the source of a couple of products files from the category menu, it shows them all having one set of body tags. And these pages seems to working OK (no scrolling problem).

Now, when you go to your regular site (not the testsite) and you view the source file of the homepage, it actually shows three opening <body> tags and only two closing </body> tags. And yet, this page seems to be working OK and does not have the scrolling problem.

Out of curiosity, place an extra <body> tag right before this line of code that's on your problem site:

Code:
<body onload=runSlideShow() bgcolor=>

just to see if the problem goes away. This is bad programming practice, but it's a start to see where the problem might be, and just correct it from there if it was the problem.

I'm really curious to know what might be causing this problem.

- MoonDog -
__________________
X-CART Gold v4.1.8
Reply With Quote