CSS

TwitterFacebook
Get flash to fully experience Pearltrees
validation

Summary : Websites have become less accessible and more complex over time according to recent studies. Learn how to buck the trend by creating fast, accessible CSS forms that work with modern browsers and gracefully degrade. In a recent study of web design patterns, Dr. Melody Ivory found that accessibility is the most underutilized aspect of good web page design (Ivory 2005). In fact websites have become more complex and less accessible over time (Hackett 2003).

Form design with css

http://www.websiteoptimization.com/speed/tweak/forms/
It can be time consuming to make web forms both pretty and accessible. In particular, laying out forms where the form label and input are horizontally adjacent, as in the image below, can be a real problem. We used to use tables, which worked well in this scenario—but forms don’t constitute tabular data, so it’s a semantic I’ve tried to create a form-styling solution that is both accessible and portable (in the sense that I can move the code from one project to the next). Floats have often provided a solution to my problem, but given the complexity of some layouts and the numerous float bugs associated with Internet Explorer, it’s not always easy to reuse a float solution. I wanted to create something that anyone could easily reuse on any project: a style sheet that, when applied to a correctly marked up HTML form, would produce the basis of the required layout. http://www.alistapart.com/articles/prettyaccessibleforms

Prettier Accessible Forms

CSS-Based Forms: Modern Solutions - Smashing Magazine

In Web 2.0 registration and feedback forms can be found everywhere. Every start-up tries to attract visitors’ attention, so web-forms are becoming more and more important for the success of any company. In the end, exactly those web-forms are responsible for the first contact with potential customers. Let’s take a look, which modern solutions a web-developer can use, designing his/her next css-based form. http://www.smashingmagazine.com/2006/11/11/css-based-forms-modern-solutions/
Forms are often critical to the function of a web site — they’re most often employed as search boxes, inquiry forms, or shopping cart checkouts — and need to function as smoothly as possible in order to meet user expectations. However, it’s still possible to incorporate both these points into designing a form tailored to the style of the rest of your site. This chapter, which is fresh from The Art and Science of CSS , will explore the ways in which you can design a great-looking form, and provide you with the necessary code, which we’ll work through together. You can also download this article as a PDF. Accessible Form Markup Before we can begin to look at form layout, we need to craft some really solid markup that will provide us with a framework to which we can add some style.

Fancy Form Design Using CSS Article » SitePoint

http://www.sitepoint.com/fancy-form-design-css/
You might be interested to check other CSS related posts: 1- Styling dropdown select boxes - To style a dropdown select box is heavy work. This is an experiement on how you can style select box options items. 2- Something New, Part 1 -With a little DOM scripting and some creative CSS, you too can make your s beautiful… and you won’t have to sacrifice accessibility, usability or graceful degradation.

Form Elements: 40 CSS/JS Styling and Functionality Techniques - Noupe Design Blog

http://www.noupe.com/css/form-elements-40-cssjs-styling-and-functionality-techniques.html