CSS Problem



Hello,

I have a website with this css code.

html, body {
color: #fff;
font-size: 11px;
font-family: 'Tahoma';
background: #072450 url(assets/background) repeat-x;
margin:0;
padding:0;
height:100%;
}



Basically it displays a graphic file and repeats it across the top of
the screen. I have tried to delete the repeat-x and it displays across
the entire page. I just want it so that I can have a simple banner in
the top of the screen and that it's.

Does anyone know how to do this?




.



Relevant Pages

  • Re: CSS Problem
    ... I have a website with this css code. ... html, body { ... font-size: 11px; ... Basically it displays a graphic file and repeats it across the top of ...
    (comp.infosystems.www.authoring.html)
  • Re: CSS Problem
    ... Basically it displays a graphic file and repeats it across the top of ... Placing the image is one thing, adjusting the padding of the ... containing div is another :-) ...
    (comp.infosystems.www.authoring.html)