I need to try and make a CSS image fit my page fullscreen, the code i have so far is:
html {
background: #A6AE8B url(../images/test.jpg) repeat-x scroll; width: 100%; height: 100%;
font: 0.75em/1.3 Verdana, Helvetica, Arial, Sans-serif;
text-align: center;
}
but when this is view in any other resolutions it does not fit the browser screen, can someone tell me if there is a way to do this with CSS or if not how it can be done with HTML or Java, links are muchos appreciated :-D
Cheers
2007-02-09
03:40:34
·
2 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Internet