Forum Moderators: open
The problem I have encountered is that IE6 interprets the height of the text box differently depending on whether the page is on my own computer (localhost) or if it is on my web host's server. When I view the remote page, the height is much smaller than when the page is on localhost. I've 'viewed source' on the remote page, to make sure it's not an older, cached version, but the correct 'height' value is there OK.
Does anyone have any insight re: why this difference is occuring?
Thank you!
When I set the 'height' property to an absolute value in px, there is no problem, the box is the same size on my localhost as on my remote web host.
The doctype on the pages is the same; in terms of content, the pages are identical. The only difference is that one of the pages sits on my own PC, while the other one I've uploaded to my website host.
[I checked the source code of the uploaded file, just in case it got changed somehow between uploading and viewing, but the source code is still the same as the local web page.]
Save it to your own computer, then upload it to a remote web host.
View the local page in IE, then view the remote page, and watch the box shrink! So strange!
I increased the 'height' of the div to 27em to hopefully make the effect more pronounced.
How about other css in effect, or perhaps NOT in effect, like BlobFisk asked? I'm also wondering if anything in the server headers could make this happen -- although I can't think of anything that might. But the difference you're seeing is between remote and local, so...