Click to See Complete Forum and Search --> : Forms with CSS


mattastic
03-14-2005, 06:20 AM
Hi,

Is there an easy way to layout forms with CSS?

I tried out a few of my ideas but the CSS I used was quite long winded.

Thanks

David Harrison
03-14-2005, 07:35 AM
Yes.

What exactly do you want to do though?

mattastic
03-14-2005, 07:38 AM
something like this (https://www.halesowen.ac.uk/index.cfm?linkid=onlineapps/frameset&page=personaldetails) instead of using nested tables.

David Harrison
03-14-2005, 07:47 AM
To do that I think I'd use two unordered lists and float them next to each other. All that would need to be done in the CSS would be to float the lists next to each other and remove any default stylings on the lists that aren't needed.

I'd post an example but I'm a little pushed for time at the mo so I'll have to come back later.

mattastic
03-14-2005, 08:08 AM
great idea thanks