httpbelow is the view of layout at IE http://i263.photobucket.com/albums/ii134/kumiko2008/1.jpg below is the view of layout at Firefox. http://i263.photobucket.com/albums/ii134/kumiko2008/2.jpg i m using Css (div) to design the page. why in the firefox the layout can run to the bottom. then after refreshh it will become normal layout? thank you. plz help ....plz..thank you
Not giving the html/css would be like us showing you a picture of the fix. In any case, the problem is going to be with IE, not Firefox. IE may be showing what you want. Firefox is showing what you wrote. Never, ever trust IE.
is there any crazy javascript in there? in my limited experience i haven't heard of css errors changing after a page-refresh... in any case, if it's just css, then i'd say that the content section looks like it's set to float, and because i.e. and ff have different default paddings and text sizes (if you're using em for setting width), ff doesn't have enough horizontal room to display everything... so the content gets pushed down.
From a guess on the pics i'd say there's not enough room for both of the boxes to fit inside. Use 70% for one and 30% for the other or something, or ensure your px calculations are correct. Try taking a 5-10 px of either of the areas and see if it solves the problem.