-

 -

  •     - - . : Internet Explorer 6, Fire Fox 1.5, Opera 9.5, Safari 3.1.1 JavaScript.

 -

   Net-man

 - e-mail

 

 -

 LiveInternet.ru:
: 20.04.2010
: 814
: 5985
: 11575

:


CSS: 9. - | CSS

, 15 2010 . 11:50 +

CSS ,

,

 
  1. - CSS | web-
  2. - CSS | -
  3. - CSS | -
  4. - 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
:  

1

Millio   , 16 2010 . 16:39 ()
! !
   

, 16 2010 . 18:25
: [1] []
 

:
: 

: ( )

:

  URL