2008
2007
Styling File Inputs with CSS and the DOM // ShaunInman.com
by camel & 8 othersFile inputs are the bane of beautiful form design. No rendering engine provides the granular control over their presentation designers desire. This simple, three-part progressive enhancement provides the markup, CSS, and JavaScript to address the long-standing irritation.
2005
<select> Something New Part 1
by marco & 12 others (via)With a little DOM scripting and some creative CSS, you too can make your <select>s beautiful… and you won’t have to sacrifice accessibility, usability or graceful degradation.
<select> Something New Part 1
by fastclemmy & 12 othersWe all know the <select> is just plain ugly. In fact, many try to limit its use to avoid its classic web circa 1994 inset borders. We should not avoid using the <select> though—it is an important part of the current form toolset; we should embrace it. That said, some creative thinking can improve it.
1
(5 marks)