Hi guys
I have this problem that is recurring through 3 websites I've made so far, so I'd really like to solve it by now. Here goes;
I made a table cell for the contents of the site. The dimensions of this cell is determined by css through a definition of the DIV parameter, looking like this:
DIV {
overflow: auto;
height: 230px;
width: 600px;
}
This works as intended; as soon as the contents are too large for the cell, a scrollbar appears - neat. The exception is: if I put too much content in there, the cell is stretched to become way too long the first time the page is loaded in IE - if you refresh, the page will load OK. This especially happens if I put a long table into the cell. Here are a few examples:
How can I fix this so that the page will load correctly on first try? Hope that someone will be able to give me the right clue.
Any help will be much appreciated - TIA.
regards
David Mondrup
I have this problem that is recurring through 3 websites I've made so far, so I'd really like to solve it by now. Here goes;
I made a table cell for the contents of the site. The dimensions of this cell is determined by css through a definition of the DIV parameter, looking like this:
DIV {
overflow: auto;
height: 230px;
width: 600px;
}
This works as intended; as soon as the contents are too large for the cell, a scrollbar appears - neat. The exception is: if I put too much content in there, the cell is stretched to become way too long the first time the page is loaded in IE - if you refresh, the page will load OK. This especially happens if I put a long table into the cell. Here are a few examples:
How can I fix this so that the page will load correctly on first try? Hope that someone will be able to give me the right clue.
Any help will be much appreciated - TIA.
regards
David Mondrup