in reply to HTML::FormFu element attributes
Because of the multiple classes, tags, and ability to add extra classes or attributes to fields and their wrappers almost any layout issue, including yours, is solvable, and should be, in pure CSS. If you ever find yourself using modern HTML for layout instead of semantics--i.e., <p></p> represents a paragraph of text which happens to map to a block on the screen but all that matters is it conceptually a piece of text separate from the surrounding text--you are making a mistake.
I'm not saying it's always easy, and IE v the World makes it much harder still, but it is the right way to do it. Content in tags, layout in CSS.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HTML::FormFu element attributes
by Anonymous Monk on Sep 22, 2009 at 02:41 UTC | |
by Anonymous Monk on Sep 22, 2009 at 05:20 UTC | |
|
Re^2: HTML::FormFu element attributes
by neptuneray (Sexton) on Sep 22, 2009 at 17:15 UTC | |
by Your Mother (Archbishop) on Sep 22, 2009 at 17:30 UTC | |
by neptuneray (Sexton) on Sep 22, 2009 at 19:07 UTC | |
|
Re^2: HTML::FormFu element attributes
by neptuneray (Sexton) on Sep 22, 2009 at 01:48 UTC |