Categoria: HTML/CSS

HTML/CSS

Inserire sfondo in casella di testo 0

Inserire sfondo in casella di testo

[sourcecode language=”html”] <html> <head> <style type="text/css"> .searchBox{ background-image:url(‘lenteingrndimento.gif’); background-repeat:no-repeat; padding-left:20px; } </style> </head> <body> <input type="text" name="search" class="searchBox"> </body> </html> [/sourcecode]