Re: [WSG] Q: cross browser submit button image replacement

2005-08-16 Thread Ben Curtis
On Aug 15, 2005, at 4:15 AM, Rex Chung wrote: Anyone know what is the best practise for image replacement with rollover states for submit buttons. I tried adding onmouseover class change javascript with: 1. background image for input type=submit / but - doesnt work for safari, value attribute

[WSG] Q: cross browser submit button image replacement

2005-08-15 Thread Rex Chung
Hi all, Anyone know what is the best practise for image replacement with rollover states for submit buttons. I tried adding onmouseover class change javascript with: 1. background image for input type=submit / but - doesnt work for safari, value attribute shows up 2. text-indent=-1000em for

RE: [WSG] Q: cross browser submit button image replacement

2005-08-15 Thread Tatham Oddie \(Fuel Advance\)
Chung Sent: Monday, 15 August 2005 9:16 PM To: wsg@webstandardsgroup.org Subject: [WSG] Q: cross browser submit button image replacement Hi all, Anyone know what is the best practise for image replacement with rollover states for submit buttons. I tried adding onmouseover class change javascript

Re: [WSG] Q: cross browser submit button image replacement

2005-08-15 Thread Rex Chung
@webstandardsgroup.org Subject: [WSG] Q: cross browser submit button image replacement Hi all, Anyone know what is the best practise for image replacement with rollover states for submit buttons. I tried adding onmouseover class change javascript with: 1. background image for input type=submit