CSS3 Rounded corner for input element without js/images
Who I can make the rounded corner for input elements? I need a way without using javascript and images.. Added: <!DOCTYPE html> <html> <head> <title>xx</title> <style type="text/css"> input { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } </style> </head> <body> <input type="text" value="test" /> </body> </html> It does not work in firefox 3.6.12! CSS3 has many new features that benefit web designers. This includes border rounding: input { -webkit-border-radius: 5px; //For Safari, etc. -moz-border-radius: 5px; //For Mozilla, etc. border-radius: 5px; //CSS3