Utente:Mirko: differenze tra le versioni
Vai alla navigazione
Vai alla ricerca
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 14: | Riga 14: | ||
http://css-tricks.com/how-to-resizeable-background-image/ | http://css-tricks.com/how-to-resizeable-background-image/ | ||
<css> | |||
#menu { | |||
float: left; | |||
width: 968px; | |||
height: 51px; | |||
margin: 0 auto; | |||
padding: 0; | |||
background: #E3E7ED url(immagini/menu.gif) repeat-x left top; | |||
} | |||
</css> |
Versione delle 20:07, 7 gen 2012
|
http://www.quackit.com/html/codes/html_background_image_codes.cfm
http://css-tricks.com/how-to-resizeable-background-image/