if you look above my header image http://www.fansportsunion.com/fan/ there is a white space can some tell me how to get rid of this. I have been over the css and I think I just might be missing it. thanks

Comments

yoroy’s picture

in your css, remove the last "15px" from the background:

#header {style.css (line 53)
background:#FCFDFF url(../images/bg-header.gif) repeat-x scroll 0pt 15px;

and if you're using Firefox, be sure to install the firebug extension, it's a great tool for hunting down this kind of thing.

behindthepage’s picture

I think if you get rid of the logo-title and the .menu div the problem will go away.

 <div id="header">    

      <div id="logo-title">                     
      </div>

      <div class="menu  ">
      </div>

 </div>

I recommend using Firefox with the add-on "Web Developer". This add-on gives you a lot of debugging power. You can outline all the divs and display their names. Makes problem solving a lot easier.

gpdinoz
"Everything should be made as simple as possible, but not simpler." - Albert Einstein

Regards
Geoff