Forms Using CSS With Or Without Tables
I”ve been hunting around for articles with good examples for creating/manipulating forms using CSS. I am ideally trying to find good stuff on doing this without using tables and in the course of my trolling around came across a great article on Sitepoint for styling with or without tables.
I also encountered a nice article on Macromedia’’s web site on this subject. This article touches on dealing with Netscape 4 when styling form elements, showing a way to use two different style sheets.
Sitepoint Style Web Forms Using CSS
Macromedia article Mako CSS Shark Styling Forms and Form Elements

Bryan, thanks a lot for the pointer I’ll certainly be taking a look and I assume others will.
Comment by Mike Brunt — April 30, 2004 @ 12:00 am
Have a play with the HTML from my blog. It’s all CSS including the forms for the comments, etc. http://www.cfm-applications.com/
Comment by Bryan F. Hogan — April 30, 2004 @ 12:00 am
Andy thanks for that link. It’s interesting displays perfectly in IE6 but in Mozilla Firefox the Company details part moves to the bottom right. I think that is one challenge with table-less forms in CSS at present.
Comment by Mike Brunt — May 1, 2004 @ 12:00 am
Check out http://www.complianceservices.co.uk/index.cfm?fuseaction=users.register&type=dealership. Its a full (well nearly full) CSS form in the wild also a very good read is http://www.aplus.co.yu/dots/109/
Comment by Andy Jarrett — May 1, 2004 @ 12:00 am