Dear all DP members, I have a problem in my website http://www.aboutponsel.com. In IE, the sidebar always laying in bottom right corner. I have been find the problem css layout in my website (http://www.aboutponsel.com/style.css). Can anyone help me please.
If you make the sidebar a little skinnier, it'll move up top. #news .sidebars { width: 200px; Try width: 180px; Or you could make it 190 and remove #news .words { margin-right: 10px; }
Thank you jascele for your advice. I had been change the css layout and I can solve my problem now. Thank you very much jascele.