Homepage » Web Development » Niceforms

Niceforms

By Jonathan + July 25th, 2005

There’s nothing new about how these forms are made, but this has to be one of the prettiest HTML forms I have ever seen. If I saw forms like this on a website, I would…I would…well, I guess I would just be silently amazed. But silence is worth a million words. Or is that a picture. I’m so confused.

badboy.media.design :: articles

Basically, the idea is simple: since normal input fields (including radio buttons, checkboxes, textareas, etc) can only be styled to a small degree, we’ll just go ahead and hide them while replacing their visual appearance with our own custom look.

O comments at "Niceforms"

Be the first commenter!

Comment Now!

Name* Email* Blog / Website

Latest Posts

C#: Returning an array via webservice with derived classes November 20th, 2008

C#: Returning an array via webservice with derived classes

Here’s a neat little thing I learned today. I was writing a WebMethod for a WebService I’m working on for ScribbleLive. The return type[...] Read the rest »