CSS Problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    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?




  • Pete Horrobin

    #2
    Re: CSS Problem

    John <John_nospam@nn nnnnnnn.nowhere wrote in
    news:mfqla355n2 gl6tibfovodh1g6 5tjq0b80j@4ax.c om:
    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?
    >
    >
    >
    >
    >
    Use no-repeat instead, together with positional values if necessary (eg
    top left)
    --
    www.lightningnews.com Lightning fast anonymous usenet downloads for 5$ only !

    Comment

    • andrew

      #3
      Re: CSS Problem

      On 2007-07-28, Pete Horrobin <respond@viause .netwrote:
      John <John_nospam@nn nnnnnnn.nowhere wrote in
      news:mfqla355n2 gl6tibfovodh1g6 5tjq0b80j@4ax.c om:
      >
      [..]
      >>
      >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?
      [...]
      >
      Use no-repeat instead, together with positional values if necessary (eg
      top left)
      Have a look at my spider, bottom right:



      Placing the image is one thing, adjusting the padding of the
      containing div is another :-)

      Andrew

      --
      Andrew's Corner

      Comment

      Working...