vediamo se ho ben capito, giusto perchè coi css io ci picchio sempre la testa...
dunque il punto 1 l'ho risolto così:
.imgbg { background: #1b1f3c url(background.jpg); background-repeat: no-repeat; background-position: 381px 50px; }
ed è ok!
-----------------------------------------------------------------
punto 2: <div name="pippo"> quindi
codice:
<style type="text/css">
pippo {
scrollbar-3dlight-color: #C0C0C0;
scrollbar-arrow-color: rgb(255,255,255);
scrollbar-base-color: red;
scrollbar-darkshadow-color: #C0C0C0;
scrollbar-face-color: red;
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-track-color: #EEEEEE;
}
</style>
ma poi nel div devo mettere class="pippo" ?
A proposito questo mi risolve il problema del div, ma i textaeae i campi text che non sono dentro ad un div... come fo?
punto 3
<input type="text" style="border: 1px solid color: #000000; background-color: #ff0000">
così?
Grazie