ive got a 3 column layout with 3 divs, floated left, next to each other. they are all inside a container div. but the behavior im seeing seems a bit too anomalous to be explained entirely by the css.
also note: im using coldfusion templates to show different parts of the pages, so the cf server is involved.
on my local testing server (IIS / cf8) the pages display fine and consistently on all browsers. loading off the godaddy server im using the pages display fine except in firefox. but even there they work fine... sometimes. sometimes however, they display with one column under the other instead of to the left of it. if i hit refresh, it displays correctly.
what the hell kind of CSS problem makes the page load wrong, then fixes it when you refresh the page? anybody else ever experience anything like this? my connection is good and i seem to be loading the page fully the first time.
i just tried this: when the page loaded incorrectly i saved the page source (bad.cfm) then i refreshed it, it displayed properly and i saved the page source (good.cfm). on inspection both files are identical.
another thing is immediately after clearing cache, the page always loads correctly, but the next load of the same page tends to come up wrong, and needs a refresh.
it seems like clearly a firefox issue since the server is sending me identical pages each time. but it works locally without fail, so thats weird, no? that makes it seem like a load time problem where it misinterprets a page that doesnt load immediately? but after a cache clear, it does load right!
another thing i just noticed. if the page comes up wrong and i reload the page by hitting return in the address bar, the problem will remain no matter how many times i do it. i have to actually use the refresh button to get it to show properly.
any ideas?
also note: im using coldfusion templates to show different parts of the pages, so the cf server is involved.
on my local testing server (IIS / cf8) the pages display fine and consistently on all browsers. loading off the godaddy server im using the pages display fine except in firefox. but even there they work fine... sometimes. sometimes however, they display with one column under the other instead of to the left of it. if i hit refresh, it displays correctly.
what the hell kind of CSS problem makes the page load wrong, then fixes it when you refresh the page? anybody else ever experience anything like this? my connection is good and i seem to be loading the page fully the first time.
i just tried this: when the page loaded incorrectly i saved the page source (bad.cfm) then i refreshed it, it displayed properly and i saved the page source (good.cfm). on inspection both files are identical.
another thing is immediately after clearing cache, the page always loads correctly, but the next load of the same page tends to come up wrong, and needs a refresh.
it seems like clearly a firefox issue since the server is sending me identical pages each time. but it works locally without fail, so thats weird, no? that makes it seem like a load time problem where it misinterprets a page that doesnt load immediately? but after a cache clear, it does load right!
another thing i just noticed. if the page comes up wrong and i reload the page by hitting return in the address bar, the problem will remain no matter how many times i do it. i have to actually use the refresh button to get it to show properly.
any ideas?