Re: [css-d] Use or not to use Css to layout form components

2007-09-26 Thread Keith DiSarno
OFFTOPIC: Zoe, Wow! I am in the middle of something similar and was doing a little poking around on this web of ours looking for some stuff, and you have hit the nail right on the head. That link was exactly what I needed to see. Thanks!!! Keith On 9/26/07, Zoe M. Gillenwater <[EMAIL PROTECTED

Re: [css-d] Use or not to use Css to layout form components

2007-09-26 Thread Zoe M. Gillenwater
Marcos wrote: > I'm primarily a web component developer and now I'm performing two roles > (developer/designer) > and one doubt always remain in my mind Should I use tables to > layout form components such > as combos, textboxes and so on ? > > I think the Css approach for forms very difficu

Re: [css-d] Use or not to use Css to layout form components

2007-09-26 Thread Jason Das
> I think the Css approach for forms very difficult to implement for > complex forms :-( Sometimes difficult things are worth doing anyway. Once you do a few, it gets easier! Complex sets of nested tables are pretty hard, too, as I recall. I highly recommend writing out forms in very clear an

Re: [css-d] Use or not to use Css to layout form components

2007-09-26 Thread Jukka K. Korpela
Marcos wrote: > Should I use tables to layout form components such > as combos, textboxes and so on ? Please check the list archives. This has been discussed several times. Basically, you can use tables if you like (and you can then do all the styling of a table in CSS, except for the basic tab

Re: [css-d] Use or not to use Css to layout form components

2007-09-26 Thread Jukka K. Korpela
Marcos wrote: > Should I use tables to layout form components such > as combos, textboxes and so on ? Please check the list archives. This has been discussed several times. Basically, you can use tables if you like (and you can then do all the styling of a table in CSS, except for the basic tab

[css-d] Use or not to use Css to layout form components

2007-09-26 Thread Marcos
Hi all, I'm primarily a web component developer and now I'm performing two roles (developer/designer) and one doubt always remain in my mind Should I use tables to layout form components such as combos, textboxes and so on ? I think the Css approach for forms very difficult to implement fo