, 15 2010 . 11:50
+
CSS ,
,
- - CSS | web-
- - CSS | -
- - CSS | -
- - CSS | -
web-:
<head>
<title></title>
<style type="text/css">
body {
background-image:url(../images/cvetok.png)
}
</style>
</head>
<body>
<p> ( )</p>
</body>
|
: - CSS
background-image:url(../images/cvetok.png) -.
- , , . .
CSS | -
:
<head>
<title></title>
<style type="text/css">
body {
background-image:url(../images/cvetok.png);
background-repeat:repeat-x
}
</style>
</head>
<body>
<p></p>
</body>
|
- background-repeat – -.
- repeat-x – - .
: -
CSS | -
:
<head>
<title></title>
<style type="text/css">
body {
background-image:url(../images/cvetok.png);
background-repeat:repeat-y
}
</style>
</head>
<body>
<p></p>
</body>
|
background-repeat:repeat-y – - .
: -
CSS | -
:
<head>
<title></title>
<style type="text/css">
body {
background-image:url(../images/cvetok.png);
background-repeat:no-repeat
}
</style>
</head>
<body>
<p></p>
</body>
|
no-repeat -.
: -
- , – .
ab-w.net
:
css
css
1