I just finished a template for my proxy: http://www.schoolhelper.info The first problem is that in IE, the sidebar goes way down, below the left content. I can't get it to go up. It looks perfect in FireFox, or any other browser really. The other issue is that the width goes over the monitor on FF (so there is a horizontal scroll bar). I tried editing the widths and everything just doesn't want to fix. Please help
In IE regarding the side bar appearing at the bottom, there is a "width" problem. Once I changed #SIDEBAR to 220px instead of 240px width, it appeared properly. Play with your widths and your paddings to fix this problem. As for the horizontal scroll bar, on this line: <h1 style="position:absolute;text-indent:-9999px;">proxy - Unblock Myspace and Facebook, Unblock Websites</h1> Code (markup): ... when I remove text-indent:-9999px; the horizontal scroll bar goes away for me. Hopefully these solutions will work for you... or at the very least, give you a starting point on where to look.
yea I had the same problem, my sidebar was too wide... check carefully in you CSS and in your code to make sure they match. IE is way behind with stuff like this but you have to very careful, good luck
It is coz the left div breakout the width . Try to find out which elements breakout the width and you can fix it .