At 17:00 -0500 on 06/12/2011, Michael Beaudoin wrote about [css-d] form formatting...:

Hi all.

I've been working on forms but I'm having trouble with some formatting issues.

I have to incorporate some outside code for sweepstakes tracking and I'm having a heck of a time getting the birthdate field and the state pulldown to wrap so all is lined up.

Can someone take a quick peek and see where I messed up, or what I'm missing?

http://ba-doyn.com/junk/widget_test/index_redo.html

Thanks,
Michael


I know that this is a CSS list but your layout might be better done as a Table (with two columns). Your current layout is a single line of data which relies on the Browser to wrap. As noted, different browsers have different widths that that are using. Also the birth date entry should be 3 drop down menus (it makes entry easier). As an alternative to the use of tables, you can force wrapping by just ending each entry with a <br />.
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to