[css-d] :: Tables or Divs ::

2008-09-10 Thread Amrinder
Hello Friends I need your help regarding right selection of tags. I have created a form: http://demo.awayback.com/maknetforms/ using tables (though I love divs). I want to know if there is better way to code this, I mean, am I using right tags at right place? Is it okay to use tables here over

Re: [css-d] :: Tables or Divs ::

2008-09-10 Thread Nancy Johnson
Tables or no tables are your decision. I would suggest labeling your form for accessibility. Fieldsets are also a good organizational tool. Here is an article from A list Apart on tableless forms and proper labeling using fieldsets. http://alistapart.com/articles/prettyaccessibleforms Another

Re: [css-d] :: Tables or Divs ::

2008-09-10 Thread Jim Davis
This post has links to a number of different articles on the subject of CSS forms: http://www.smashingmagazine.com/2006/11/11/css-based-forms-modern-solutions/ Jim www.jimdavis.org __ css-discuss [EMAIL PROTECTED]

[css-d] tables VS divs

2005-09-22 Thread shlomi asaf
HI Guys I'm facing now the dilemma between working with tables or div's im trying to figure what is the golden path Sometimes div's seems to be overkilling achievement when I'm working with a layout of 3 standing columns and one should relate to his brother height Even though div's are so

Re: [css-d] tables VS divs

2005-09-22 Thread Kristina Floyd
shlomi asaf wrote: I'm facing now the dilemma between working with tables or div's im trying to figure what is the golden path Hi IMHO it shouldn't be a tables Vs divs argument - because both have their place when correctly marked up. It should be a tables for formatting Vs CSS argument.

Re: [css-d] tables VS divs

2005-09-22 Thread shlomi asaf
*hey guys* thanks so much for your replies *cristina*, have u found your css fails? mine never fall down. ill read more in details your email, later on- promise :) *dwain, **cristina, *look at this example, plz enlighten my eyes if im doing something wrong.

Re: [css-d] tables VS divs

2005-09-22 Thread Christian Montoya
If web design was easy, companies wouldn't pay hundreds, even thousands of dollars for great web sites. CSS is about learning to do it right. I can assure you that once you learn the techniques of CSS, you'll find it's a lot faster than designing with tables. You just have to keep working on it.