ho modificato con i css il background dell'input type text.
Posso mettere una immagine di sfondo all'interno della casella di testo?
ho modificato con i css il background dell'input type text.
Posso mettere una immagine di sfondo all'interno della casella di testo?
ok ora provo![]()
- http://www.w3.org/TR/CSS21/colors.ht...def-backgroundcodice:input { background:url('sfondo.png') no-repeat 0 0 }
![]()
Leading the Web to Its Full Potential...
www.pierofix.it | www.w3.org | www.zeldman.com/externals | http://browsehappy.com | www.alistapart.com | www.webstandards.org | www.flickr.com/photos/pierofix/
INPUT{
font-family:Tahoma;
font-size:10px;
font-weight:bold;
font-color:000000;
background:url('http://www.gs-community.it/images/header_vuotoverde.jpg') no-repeat;
border-color:FFFFFF;
border-styleutset;
border-width:1px;
}
SELECT{
font-family:Tahoma;
font-size:10px;
font-weight:bold;
font-color:000000;
background:url('http://www.gs-community.it/images/header_vuotoverde.jpg') no-repeat;
border-color:FFFFFF;
border-styleutset;
border-width:1px;
}
nell'input mi appare lo sfondo, ma non nel select.. come mai?![]()