Dan, I have removed the HTML and body tags now, but unfortunately this doesn't seem to help. Any other ideas? -----Original Message----- One thing I noticed quickly is this page is a full HTML that includes <html> and <body> tags. If you're loading HTML fragments into a DIV, you shouldn't load a fully qualified HTML page--you should only load the content that would be between the <body> tags.
Having multiple html and body tags can sometimes do all sorts of strange things. -Dan