The reason we changed from <button> to <input> is mostly because of Safari. Safari gives the aqua/glass look to <input> buttons (unless you use border/background like you mention) while <button> gets more of the default button look you see in Firefox.
Matt On 10/15/07, Rob Hills <[EMAIL PROTECTED]> wrote: > Hi again, > > On 15 Oct 2007 at 9:55, Rob Hills wrote: > > > I'm migrating an AppFuse 1.8 app to AppFuse 2.0 (+ Struts) and learning all > > the underlying frameworks in the process. > > > > My old app uses <button ... tags to achieve a "flat button" look & feel. I > > need > > to retain the original L&F and I'm investigating the best way to do this. > > OK, since my original posting on this, I've worked out how to do this with > CSS - in case anyone else is as CSS-challenged as I am, you set the > background-color and border attributes for the input and it goes "flat". > > Cheers, > Rob Hills > Waikiki, Western Australia > Mobile +61 (412) 904-357 > Fax: +61 (8) 9529-2137 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
