Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
Rich Morey #1
Too Much Space in an Accordion
Hi --
I am attempting to build my first "Flash" Form in ColdFusion 8 and I can
not
figure out how to trim space around items. For example, I have an accordion
with two pages. I have two buttons on each page. I want the buttons to be
flush
with the top and left of the accordion page, and I have tried various
settings
in the style="" attribute such as marginLeft, horizontalGap, etc. in both
the
<cfformgroup type="accordion"> and then <cfformgroup type="page"> but in all
cases the buttons do not move any closer to the left. I have tried negative
values as well as 0.
Any input would be greatly appreciated.
Thanks
Rich
Rich Morey Guest
-
Multiple cfformgroup Accordion don't display in IE7Multiple cfformgroup Accordion don't display in IE 7
Sorry for the double post, wasn't sure which category to post this question in. On FireFox 2.0.0.12 (Linux), the attach code displays two... -
Spry - Accordion
Hi, I'm building a menu for a website with the Spry accordion widget. I want to open the accordion with a mouseOver-effect, but not close them... -
Accordion
As in new accordion panes inside a single accordion child? -
Need help with accordion component..
Hi there, Long time flash user, first time poster (and accordion user). I'm making a menu using the accordion component in MX professional. The... -
How do I use an Accordion
I can't figure it out to save myself. I have seen them in action and want to figure it out but do not know how. -
Rich Morey #2
Re: Too Much Space in an Accordion
Hi --
To better demonstrate what I am trying to accomplish, below is my code with
no styles applied..
<cfform name="myform" format="Flash" width="220">
<cfformgroup type="accordion">
<cfformgroup type="page" label="Accordion 1">
<cfinput type="button" value="button1" name="button1" width="180">
<cfinput type="button" value="button2" name="button2" width="180">
</cfformgroup>
</cfformgroup>
</cfform>
But I can not figure out which (if any) settings in the STYLE="" tag will
create the desired output.
Rich
"Rich Morey" <rwmorey71@hotmail.com> wrote in message
news:fa4kpj$7jb$1@forums.macromedia.com...> Hi --
>
> I am attempting to build my first "Flash" Form in ColdFusion 8 and I can
> not
> figure out how to trim space around items. For example, I have an
> accordion
> with two pages. I have two buttons on each page. I want the buttons to be
> flush
> with the top and left of the accordion page, and I have tried various
> settings
> in the style="" attribute such as marginLeft, horizontalGap, etc. in both
> the
> <cfformgroup type="accordion"> and then <cfformgroup type="page"> but in
> all
> cases the buttons do not move any closer to the left. I have tried
> negative
> values as well as 0.
>
> Any input would be greatly appreciated.
>
> Thanks
>
> Rich
>
>Rich Morey Guest



Reply With Quote

