Groups | Blog | Home
all groups > coldfusion flash integration > february 2007 >

coldfusion flash integration : cfselect flash "style" question


PamG
2/3/2007 11:57:41 PM
I'm using the <cfselect> tag with Flash formatting. The size attribute is set
to 3. I'm using whatever the defaults are for the style attribute. When the
cfselect renders to the screen, the spacing between the items in the select
control is too much. I can't figure out how to make the spacing smaller. I
have quite a few of these controls in my form, and it's making the overall form
way too long. Any suggestions?

Gracias! Pam
cesarmejia
2/4/2007 1:35:18 PM
Try a cfformgroup type="horizontal" with horizontalGap=-2 @ the style""
property, with your cfselect without label"" and cfformitem type="text" for the
label. OR Try the same type="horizontal" and set a width for the cfformitem
type="text" for the label. Oh, by the way do you know how to make a jump menu
with a cfselect with a cfform format="flash"? Sorry to ask but I'm trying this
for 2 days in a row now...thank you
cesarmejia
2/4/2007 2:15:05 PM
AddThis Social Bookmark Button