I suck at design. I've got a flash form with a tabbed interface. I can't seem to get the spacing between elements to work right. One of my tabs has a fixed 5 pixels between all elements on the form. Another puts 25 pixels between each element. I've tried all combinations of margin:0 and padding:0 I can think of, but those stupid margins won't go away.
I dumped the mxml for the form, and found this line which seems to be the one of the suspects, but of course I can't change the generated mxml: <mx:VBox creationPolicy="all" heightFlex="1" label="Creative Brief" marginBottom="10" marginLeft="10" marginRight="10" marginTop="10" styleName="group7Style" width="650"> Those margins are NOT put in by my code, but the width=650 is. And yes, I tried setting all those margins to 0 in the style attribute, with no success. Any ideas? -- My Sites: http://www.techfeed.net/blog/ http://www.cfquickdocs.com/ http://cfformprotect.riaforge.org/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265634 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

