Thanks. That worked! B.t.w. do you think it is a good idea to position the form labels, fields, error notices etc. using the css grid layout or is it better to use tables?
Thanks. On Tue, Feb 23, 2010 at 9:53 PM, Brett Stoppel <[email protected]>wrote: > The height of the input field is causing the problem. There are two > solutions to this: make sure there is more content in row1col3 or use a > class of "clear" on row2col1. > > Brett > > On Tue, Feb 23, 2010 at 2:32 PM, Martin <[email protected]>wrote: > >> Hi. >> >> If I try the following, I get messy results. >> Screenshot: http://imagebin.org/86223 >> >> What am I doing wrong? >> >> The code follows: >> >> <head> >> <link rel="stylesheet" href="blueprint/screen.css" type="text/css" >> media="screen, projection"> >> <link rel="stylesheet" href="blueprint/print.css" type="text/css" >> media="print"> >> <!--[if lt IE 8]><link rel="stylesheet" href="blueprint/ie.css" >> type="text/css" media="screen, projection"><![endif]--> >> </head> >> >> <body> >> >> <div class="container showgrid"> >> >> <!-- FIRST ROW --> >> >> <div class="span-4"> >> row 1, col 1 >> </div> >> >> <div class="span-10"> >> <input id="pokus" type="text" value="row 1, col 2" /> >> </div> >> >> <div class="span-10 last"> >> row 1, col 3 >> </div> >> >> <!-- SECOND ROW --> >> >> <div class="span-4"> >> row 2, col 1 >> </div> >> >> <div class="span-10"> >> row 2, col 2 >> </div> >> >> <div class="span-10 last"> >> row 2, col 3 >> </div> >> >> </div> >> >> </body> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Blueprint CSS" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<blueprintcss%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/blueprintcss?hl=en. >> >> > > > -- > Brett Stoppel > Telos Studios > [email protected] | 785-218-4493 > > -- > You received this message because you are subscribed to the Google Groups > "Blueprint CSS" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<blueprintcss%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/blueprintcss?hl=en. > -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
