[flexcoders] Re: white box under backgroundImage for List component?

2009-04-13 Thread gwangdesign
Hi Tim, Oops! My bad. I forgot to trim the transparent space off the background image in the bin-debug folder... Thanks much for the hint. No everything works fine. Back to cave... --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi, A couple of things that you need to

[flexcoders] Re: white box under backgroundImage for List component?

2009-04-13 Thread Tim Hoff
Yep, null is better. -TH --- In flexcoders@yahoogroups.com, gwangdesign gwangdes...@... wrote: Hi Tim, Oops! My bad. I forgot to trim the transparent space off the background image in the bin-debug folder... Thanks much for the hint. No everything works fine. Back to cave... --- In

[flexcoders] Re: white box under backgroundImage for List component?

2009-04-13 Thread gwangdesign
I figured it out, sort of. Setting backgroundcolor to null gets rid of the white box underneath. backgroundColor: null; But now the new problem is that each the rollover/selected row has a bar that stretches beyond the boundary of the background image (bigger than for the rows on the

[flexcoders] Re: white box under backgroundImage for List component?

2009-04-13 Thread Tim Hoff
Hi, A couple of things that you need to do to make this happen. First, remove as much of the padding, in the image png file, that you can. Otherwise, the list items will be positioned outside of the background image. Second, you can fool flex by adding these two lines to your css: