Atrybuty tła w jednej deklaracji

<style type="text/css">
<!--
body
{
  background: #00ff00
              url("bgdesert.jpg")
              no-repeat fixed
              center center
}
-->
</style>

Opis cechy background:

5.3.7 'background'
Value: <background-color> || <background-image> || <background-repeat> || <background-attachment> || <background-position>
Initial: not defined for shorthand properties
Applies to: all elements
Inherited: no
Percentage values: allowed on <background-position>

Zobacz też:

5.1 Notation for property values

Strona główna