i have this proxy, and i have a code problem with the code for my proxy it works ok in IE not Firefox there is a black line at the top can anyone help please
I assume it's something to do with your height: 296px; under content id, try reducing this if you're concerned it will change IE's layout try this quick fix so it only changes the height for Firefox. Place the code in the CSS after the #content html>body #content { height:276px; }
#header { background: url(images/header.gif) no-repeat; padding: 35px 0 25px 241px; } HTML: Try editing: padding: 35px 0 0 241px;
Did you fix this? I fixed it locally by adding following to the css stylesheet: p { margin:0px; } Code (markup):