Re: Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-18 Thread Jeanne Waldman
Well, right now they can't get gradients AND rounded borders. I seem to remember there is no way currently, although it probably could be added, to put gradient backgrounds on our generated images. If they have to give us button-bits anyway, could we use html tables or something to piece them

Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-17 Thread Adam Winer
Oh, that... That opens up a new topic: what the heck should we do about Trinidad button skinning? As a little background: ADF Faces had a large image-generation subsystem code-named Tecate that took text, metadata, and other images, and composited them into single images. This let us have

Re: Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-17 Thread Jeanne Waldman
We had a customer that wanted to put background images on our buttons. He couldn't do this with our buttons unless they had a container (I haven't tested this in ages, but I remember that he was right), so what he did was wrap our command button in a afh:cellFormat and put a styleClass on

Re: Button skinning (was Re: [Proposal] Skin hooks for mouseOver and onPress)

2006-08-17 Thread Adam Winer
On 8/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I just tested those style classes, they're prety nice.However, I think the results are better with simply the following .ButtonCellIE { margin: 0px; padding: 0px; background-image: url(background.jpg); } .ButtonStyleIE {