RE: Div overflows...
IE will stretch the div to fit the content which is in fact the wrong thing , infact its sposed to let the content flow out if it dosnt fit the container.
the css thing you could use is the "overflow" statement try using overflow:auto or something but that will add scroll bars to the div scince the content is larger than the containing div.
Happy Birthday, WDZ
|