Well here's the thing--I fixed the problem already (the fixed version is up at http://www.funeraldirected.com/newsite/). I'm just curious as to why a situation would exist in which a page could be interpreted one way upon the first load and then differently once the page is simply refreshed in IE. Seems to be some bad coding...
I isolated the problem to a piece of code that resided in a single cell which was set to 100% width (ie--to automatically stretch to the remainder of the screen). I used '<TD style="width:100%">' to accomplish this, and thus I had a problem--sometimes, IE would interpret this 100% as an additional 100% of the window's width, thus adding on 1024 pixels to the layout's current size. All I did to fix it was replace that cell's code with '<TD width="100%">' and it works fine.
Has anyone had any experience with CSS width problems in IE, especially with widths changing spontaneously for no apparent reason? The old HTML 'width' attribute still worked fine, but the CSS width property seemed to be misinterpreted by IE in some instances.
__________________
DevelopedWeb.com - Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE - a brand new online discussion area.
|