On Sep 23, 2008, at 10:02 AM, itdanny2002 wrote:

I want totally black background with a white text
rather than gradient background.

I believe the PopUpButton control uses the highlightAlphas properties to draw a highlight on the button (so it's not the background that you are seeing get the gradient, it's the highlight).

Add the following to your PopUpButton CSS definition ( i think ):

highlightAlphas:0.0,0.0;

good luck,

jon

Reply via email to