Re: How to style a button

2009-02-09 Thread Filip S. Adamsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah, well, asking for IE to do things right is like asking for peace in the world... it's a beautiful thought, but it ain't gonna happen. Sadly. - -Filip On 2009-02-09 23:48, Michael Gentry wrote: > I don't remember the exact issue (that was a few

Re: How to style a button

2009-02-09 Thread Michael Gentry
I don't remember the exact issue (that was a few brain cells ago), but I think it only did the first button's action and ignored the others. My application was working just fine until I tried it in IE. (How many people have said that before?) I'm sure you could ask the Google Brain for more deta

Re: How to style a button

2009-02-09 Thread Filip S. Adamsen
Oww, I had no idea... *edits some of his code* :) Thanks for the tip from here as well! -Filip On 2009-02-09 15:31, Michael Gentry wrote: This is slightly OT, but you do not want to use the BUTTON tag. IE (at least IE 6) does not handle multiple BUTTONs in a FORM correctly. It will cause you

Re: How to style a button

2009-02-09 Thread kace
Appreciate the tips fellas. Regards, ..kace -- View this message in context: http://www.nabble.com/How-to-style-a-button-tp21893032p21914049.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubs

Re: How to style a button

2009-02-09 Thread Michael Gentry
This is slightly OT, but you do not want to use the BUTTON tag. IE (at least IE 6) does not handle multiple BUTTONs in a FORM correctly. It will cause you massive pain. Use CSS on the INPUT, instead (and I see someone else already pointed you to some articles for that). mrg PS. Safari and Firef

Re: How to style a button

2009-02-08 Thread Ville Virtanen
Hi, google is your friend: http://www.google.fi/search?q=css+input+submit Three first articles all fullfill your needs. - Ville kace wrote: > > Hi fellas, > > this isnt a T5 question but hoping someone can help out. > > I am looking to style buttons > > - how would i got about styli