CSS: background image su input text
|
- Subject: CSS: background image su input text
- From: Il Signor Lebowski
- Data: Mon, 06 Oct 2008 11:01:17 +0200
- Newsgroups: it.lavoro.professioni.webmaster
ciao a tutti
devo mettere una immagine di background su alcuni input-text.
Su Firefox, Opera e Safari no problem, funziona a meraviglia.
Su Ie7 invece, quando scrivo dentro gli input text qualcosa di piu
lungo, l'immagine di background scrolla in orizzontale fino a
scomparire... :-S
HTML:
-----
<div>
<label for="password">Password</label> <input type="password"
name="password" class="text-input"/> </div>
CSS:
----
input.text-input {
background-image:url("myimage.gif");
background-repeat: no-repeat;
}
Suggerimenti? Link?
grazie