I want the labels over the form element, not to the left.

> -----Original Message-----
> From: Dawson, Michael [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 22, 2006 3:40 PM
> To: CF-Community
> Subject: RE: CFFORM Crap
> 
> Perhaps something like this?
> 
> "display: inline;"
> 
> -----Original Message-----
> From: John Galt [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 22, 2006 2:35 PM
> To: CF-Community
> Subject: RE: CFFORM Crap
> 
> How would I use that to change the location of the label for the form
> element?
> 
> If I am using form group type= horizontal or vertical it seems to put
> the labels to the left of the form element no matter what.
> 
> > -----Original Message-----
> > From: Sandra Clark [mailto:[EMAIL PROTECTED]
> > Sent: Monday, May 22, 2006 3:22 PM
> > To: CF-Community
> > Subject: RE: CFFORM Crap
> >
> > You will do that in your css, give the form an id and style off that.
> >
> > form#idname label{}
> > form#idname input {}
> >
> > If you can't idname the form, then surround thhe form with a <div> and
> 
> > style off that <div id="name">
> >     <form></form>
> > </div>
> >
> >
> > Can be styled as
> > div#name form label{}
> > div#name form input{}
> >
> >
> > Sandra Clark
> > ==============================
> > http://www.shayna.com
> > Training in Cascading Style Sheets and Accessibility
> > -----Original Message-----
> > From: John Galt [mailto:[EMAIL PROTECTED]
> > Sent: Monday, May 22, 2006 2:22 PM
> > To: CF-Community
> > Subject: CFFORM Crap
> >
> > When creating a form object (text or select or whatever) can I somehow
> > tell
> > it to put the label over the form element and not to the left?  Can I
> > change
> > the font and font size of the text of the label, how about the text
> inside
> > the form control?
> >
> >
> >
> >
> >
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:207274
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to