473,320 Members | 1,839 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

I have a problem with a background(css)

It's a small tile and it only repeats down the page, how do I make it cover the whole page?
Jul 24 '07 #1
2 1085
Is the background applied to the body element or to another element?
It could be another element that has a width that does not allow room for horizontal repeats.
If you have applied a "repeat" value to the "background" or "background-repeat" property, that could also result in the behaviour that you describe.
repeat-x = repeat to right and left only
repeat-y = repeat up and down only
repeat = repeat in both horizontal and vertical axes.
Jul 24 '07 #2
tburger
58
If you would like the background to adjust to any size window, also make sure that your body element has its height and width attributes set to 100% in your CSS file..

body{
height: 100%;
width: 100%;
...
}

Tom
Jul 24 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

33
by: Joe | last post by:
I'm designing a company website. I'm relatively new to CSS and I'm having trouble creating what seems to me a very simple design: - body background: fixed full page image - banner: fixed, 100...
7
by: Arturo Buonanni | last post by:
Hi to all, I was wondering if User Agents still downolads images you have marked display: none or visibility: hidden wich CSS. Somebody knows how the major web browsers handles these...
0
by: Juan R. | last post by:
Since the idea of encoding mathematics using MathML is being very far from popular due to a number of factors -expensive tools, bad accesibility of generated code, unusual verbosity, lack of...
4
by: georgino | last post by:
I decided to go with CSS and drop my <tableskills however I have some issues with it. The new page I design atm is at: http://www.labo.sk/web-designs/. Anyone able to help on this one? I am really...
4
by: morrhamen | last post by:
Hello! This is actually a reply to post: http://www.thescripts.com/forum/threadnav100612-1-10.html from July 2005, to which I can't reply. The following code does "Automated numbering of...
2
by: Pablo | last post by:
Hi at all I have two images to display as background-image one of 800pixel width and an other of 1024 width I want infact to dispolay always full screen the image with any screen width ...
1
by: markfrmtls | last post by:
I am not totally a novice with css, but only have self-trained experience. I am looking for a way to randomly change the background color and text color with css. My thought is to put a counter on...
2
duhcoolies
by: duhcoolies | last post by:
I have a table-cell (width=!00%) with a background (BG1), and within this table-cell I have another table-cell (again width=100%) with another background (BG2). BG1 needs to be tiled horizontally...
1
by: rupak | last post by:
I have an mouseover effect with css on hover, which change the image on hover through Css. It works with IE fine but have problem with Mozilla, as the background image not coming full on hover. If...
9
by: Ronny | last post by:
Ok, I did spend tons of time now (as a beginner in css stylecoding) (but making html pags for many years), to get this right. But I am overseeing something. At this link you find a drawing of...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.