Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 28th, 2007, 08:05 AM
John
Guest
 
Posts: n/a
Default 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?




  #2  
Old July 28th, 2007, 08:55 AM
Pete Horrobin
Guest
 
Posts: n/a
Default Re: CSS Problem

John <John_nospam@nnnnnnnnn.nowherewrote in
news:mfqla355n2gl6tibfovodh1g65tjq0b80j@4ax.com:
Quote:
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 !
  #3  
Old July 28th, 2007, 09:15 AM
andrew
Guest
 
Posts: n/a
Default Re: CSS Problem

On 2007-07-28, Pete Horrobin <respond@viause.netwrote:
Quote:
John <John_nospam@nnnnnnnnn.nowherewrote in
news:mfqla355n2gl6tibfovodh1g65tjq0b80j@4ax.com:
>
[..]
Quote:
Quote:
>>
>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?
[...]
Quote:
>
Use no-repeat instead, together with positional values if necessary (eg
top left)
Have a look at my spider, bottom right:

http://people.aapt.net.au/~adjlstrong/slrn.html

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

Andrew

--
Andrew's Corner
http://people.aapt.net.au/~adjlstrong/homer.html
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles