Click to See Complete Forum and Search --> : ie6 and refresh


tracknut
01-28-2008, 02:41 PM
I could swear I've seen reference to this problem before, but can't find it.

I have a page at www.belle-photography.com which "works" in IE6, IE7 and FF. But in IE6 it often first comes up with the nav buttons offset wrong in the vertical direction. It's like one or more of them has a bad margin or padding value vertically - not the same every time. If you refresh the page, all looks good. But of course it would be nice if the page worked right the first time. I've tried viewing the page source when it comes up wrong, and I don't see some part of the code randomly missing, and since it works after a refresh, I'm tempted to blame some caching gizmo, not my code ;)

Any thoughts?

Thanks
Dave

dtm32236
01-28-2008, 02:46 PM
i had a very similar problem in IE6 with a site i made... i'd love to hear some feedback on this

PS - the problem that i was having was on this page (http://www.foremostgroups.com/K&B/heritage_bath/bastille.html) - in IE6, everything to the right of the navigation would shift maybe 5 pixels on refresh.

WebJoel
01-28-2008, 06:16 PM
Sounds like IE's infamous double-margin/float bug...

http://www.positioniseverything.net/explorer/doubled-margin.html

tracknut
01-28-2008, 06:29 PM
I think you may be right Joel. On first blush this appears to have corrected my issue - thanks!

Dave