Torna al Thread

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en"> <head> <style type="text/css"> input[type=button] { cursor: pointer; cursor: hand; } input[type=submit] { cursor: pointer; cursor: hand; } </style> </head> <body> <input type="button" value="Bottone normale con manina" /> <input type="button" value="Submit con manina" /> <input type="text" value="Testo normale senza manina" /> <input type="combo" value="Combo normale senza manina" /> <input type="checkbox" value="Checkbox normale senza manina" /> <input type="radio" value="Radiobutton normale senza manina" /> </body> </html>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5