Andy, >It's only happening in IE 6 & 7 >And even then, not all the time (as I mentioned). It appears that my >production code seems to be working correctly. Here's a few URLs for you >all >to preview: > > >Here's an example of the code (working) on a page with no Flash content: >http://www.courtesyportland.com/pages/page.cfm?pageid=70810&pagetype=37&fea >t >ureid=-1&bhcp=1 > >Here's the SAME exact code, with the addition of a Flash movie using plain >ole object/embed code: >http://www.courtesyportland.com/pages/page.cfm?pageid=28691&pagetype=37&fea >t >ureid=-1&bhcp=1 > >And finally, here's the same code with a Flash file embedded using >SWFObject: >http://www.courtesyportland.com/pages/page.cfm?pageid=28690&pagetype=37&fea >t >ureid=-1&bhcp=1
None of those pages work for me and they all contain malformed HTML. The contain multiple <!DOCTYPE /> and <html /> tags. Make sure you're producing valid HTML--otherwise you'll have problems (especially when you tell the browser to expect well formed HTML w/the <!DOCTYPE /> declaration.) -Dan