http://www.unblockedproxies.net/ If you look at Internet Explorer, there is no padding on the left side. In addition, the header bar has a little padding on top which doesn't belong. Can somebody please help me to make it look like it should (like in every other browser?)
I got it working, however there is still a little padding above the header bar that I found annoying. Any help?
you need a CSS file to fix that, people call it IE Fix. At my experience, some time you just need to add display:inline rule for floating element
i had check on IE 8 and seems look fine, i don't see difference compared with Firefox 3 anyway, you can add IE online css rule like this : <!--[if IE 6]> <style type="text/css"> img, div, a, li, ul { margin-top:2px } </style> <![endif]--> for fixing IE gap, you can google it with "Fixing IE 5/6 Doubled Float-Margin Bug" keyword
I thought it was: <!--[if IE]> <echo "If you are using IE, then download something else"> <![endif]--> ?!