aiuto per css
Inviato: 02/10/2005, 12:42
ciao
voglio mettere una immagine di sfondo.
Ho provato a lavorare sul css ma non ci sono cambiamenti..ptete aiutarmi?
ecco il mio codice:
/*
$Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
BODY {
background: #000000 url('http://www.xxxx.net/www/shop/images/sfondo.gif')repeat-y;
color: #CCCCCC;
margin: 0px;
}
A {
color: #CCCCCC;
text-decoration: none;
}
voglio mettere una immagine di sfondo.
Ho provato a lavorare sul css ma non ci sono cambiamenti..ptete aiutarmi?
ecco il mio codice:
/*
$Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
BODY {
background: #000000 url('http://www.xxxx.net/www/shop/images/sfondo.gif')repeat-y;
color: #CCCCCC;
margin: 0px;
}
A {
color: #CCCCCC;
text-decoration: none;
}