Ok my banner/header is a little longer than the original one so the code of this layout cuts out the bottom of my header. Is there a way to lower the table so we can actually see the whole banner?
This is the whole banner: http://img257.imageshack.us/img257/5743/finaleljnewiy1.png
I tried to change that red part to 0px and what happened was that my whole banner/header showed but it covered the navigation bar at the top of the page. So the original # for that is 45px.
QUOTE
#header{
background-image:url(http://img257.imageshack.us/img257/5743/finaleljnewiy1.png)
;
position:absolute;
visibility:visible;
top:0px;
width:550px;
left:50%;
margin-left:-275px;
height:351px;
text-align:center;
font-size:20pt;
}
background-image:url(http://img257.imageshack.us/img257/5743/finaleljnewiy1.png)
;
position:absolute;
visibility:visible;
top:0px;
width:550px;
left:50%;
margin-left:-275px;
height:351px;
text-align:center;
font-size:20pt;
}