Hi, background-repeat wont work directly in Flex. Check this link
http://frankieloscavio.blogspot.com/2007/08/repeating-and-tiling-css-backgrounds-in.html On Fri, Oct 17, 2008 at 5:35 PM, Arindam Mojumder < [EMAIL PROTECTED]> wrote: > Hello All, > > I can't repeat the background > > > > > <?xml version="1.0" encoding="utf-8"?> > <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" > height="100%" backgroundColor="0x5c6770"> > <mx:Style> > .signoutBtn { > cornerRadius: 0; > fillAlphas: 1, 1, 1, 1; > fillColors: #000000, #000000, #333333, #333333; > color: #8c8f93; > textRollOverColor: #ffffff; > textSelectedColor: #99cc00; > borderColor: #666666; > themeColor: #999900; > fontFamily: Arial; > } > .topPannel{ > background-image: "images/topRep.jpg"; > background-repeat: "repeat-x"; > background-position: "top left"; > } > </mx:Style> > > <mx:HBox id="top" styleName="topPannel" width="100%" height="32"> > <mx:Spacer width="100%"/> > <mx:Button width="80" height="32" styleName="signoutBtn" > label="SIGN OUT"/> > </mx:HBox> > </mx:VBox> > > > > > > > -- > ..................Arindam............. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

