You now have your basic form elements in place. They look a little tiresome, however, so let's liven them up by defining a CSS rule for them. Do this by using the Tag definition and then create a class for the Submit button.
Alternatively, you can complete the following steps:
Now that you have completed the styling of your form elements and added the form navigation, open your page in the browser and run through the tab navigation. You will see the Access Key navigation more clearly in Firefox than in Internet Explorer.
I'm sure you remember how you set the pseudo focus selectors in Part 1 of this series. Create a new one now that will affect the inputs when they receive focus. I've included the completed version in the download file. (See if you can remember how you completed that without checking back to Part 1.)
In this series you saw how to create accessible web forms using CSS and Dreamweaver 8. You styled various types of form elements by using the Tag selector and you created and set class selectors when necessary. You also learned how to emulate table-style form layouts with CSS and created form layouts that consist of more than one column.
I hope you found this series worthwhile and that you can take some of the things you learned and apply them to your own web design work. For more information about CSS, visit the CSS Topic Center.