you can do this with a simple CSS class to override the settings set on the label from the horizontal form. You can see an example here: http://jsfiddle.net/whoiskb/bg7Bw/
One other note. In the future I would post your question as a new post in the group and not include it as part of a previous question. This will give your question more visibility in the group. On Wednesday, May 30, 2012 8:16:42 AM UTC-6, Reynier Pérez Mira wrote: > > Yes don't worry will both are in the same maybe my english is not so good > because I speak spanish ;) now going into the problem I could do that, > meaning two forms, but I need just one because two forms needs two forms > handlers and I don't want that. I'm looking a way just using CSS and/or > HTML anyway thanks. > > Ing. Reynier Perez Mira > eMail: [email protected], reynier. <[email protected]> > [email protected] > Skype: reynierpm > Mobile: +58 424.180.5609 > > > > On Wed, May 30, 2012 at 9:22 AM, Vinícius Moraes de Araújo < > [email protected]> wrote: > >> I will try to explain what u can do to solve ur problem, but my english >> sucks so if anyone could understand and explain in another way thanks a lot. >> >> U will need to create 1 parent div (example: span6) and two childrens >> (two children with span3), with that they will be together side by side. >> >> Now on each div u will create a form, yeah two forms, one horizontal and >> the other one vertical, and track the button , to submit a need form with >> javascript or jquery, u will take the form data of each form, and put >> everything in a new form to post. >> >> I hope u could understand my terrible english. >> >> Atenciosamente, >> >> Vinícius Moraes >> >> >> >> 2012/5/29 ReynierPM <[email protected]> >> >>> Hi every, I need to build a page like this: http://www.dropmocks.com/** >>> mBjQmW <http://www.dropmocks.com/mBjQmW> and have a online example here >>> http://soporte.maxcenter.com.**ve/home/comment<http://soporte.maxcenter.com.ve/home/comment>but >>> because forms can only have classes like: horizontal and vertical I >>> didn't know how to put the first column span with elements align to left >>> before inputs and in the second before the input at top. Any help or advice? >>> Cheers and thanks in advance >>> -- >>> Ing. Reynier Perez Mira >>> eMail: [email protected], [email protected] >>> Skype: reynierpm >>> Mobile: +58 424.180.5609 >>> >> >> >
