English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-02-27 15:56:56 · 4 answers · asked by ragawa2000 2 in Computers & Internet Programming & Design

4 answers

http://www.w3schools.com/css/css_background.asp

2007-02-27 16:01:15 · answer #1 · answered by U Betcha 6 · 0 0

There are actually several answers to that question.
for instance
body {
background: #000 repeat fixed;
padding: 4%;
background-image: url(xbkgsq.gif);
}

or
within a named div tag
background: #eee url(leftbusn.jpg) repeat-y left;

The easiest thinig to do is download TopStyle Lite from
http://bradsoft.com It is a css editor that will let you see what the commands do

2007-02-27 16:04:10 · answer #2 · answered by Tracy L 7 · 0 0

CSS is for formatting and cannot be used to src an image. stick with your old answer #3 · answered by osirik81 1 · 0 0

.something {
background-image:url(images/something.jpg);
background-repeat: no-repeat;
}

2007-02-27 16:00:42 · answer #4 · answered by nos8wire 2 · 0 0

fedest.com, questions and answers