English | česky | >> Português <<ZVON > Tutorials > CSS2 tutorial
>> Exemplo 22 << | Anterior | Próximo | Index | Conteúdos

Se optar por uma imagem como fundo, a sua posição e possível tipo de ocorrência podem ser indicados.

Documento XMLfolha de estilos CSSExemplo de ligação
(1)
     <AAA> </AAA>

AAA {background-image:url("../Pictures/zvon.gif")}
AAA {background-repeat:repeat-x}
AAA {background-position: center}
Ver resultado
Documento XMLfolha de estilos CSSExemplo de ligação
(2)
     <AAA> </AAA>

AAA {background-image:url("../Pictures/zvon.gif")}
AAA {background-repeat:repeat-x}
AAA {background-position: bottom}
Ver resultado
Documento XMLfolha de estilos CSSExemplo de ligação
(3)
     <AAA> </AAA>

AAA {background-image:url("../Pictures/zvon.gif")}
AAA {background-repeat:no-repeat}
AAA {background-position: center right}
Ver resultado
Documento XMLfolha de estilos CSSExemplo de ligação
(4)
     <AAA> </AAA>

AAA {background-image:url("../Pictures/zvon.gif")}
AAA {background-repeat:no-repeat}
AAA {background-position: 20% 60%}
Ver resultado