[WSG] Out of Office AutoReply: WSG Digest

2009-10-14 Thread Reed, Corey
Thank you for your message. I am currently out of the office with limited access to e-mail. I will be returning on Wednesday, October 14 and will promptly respond to your email at that time. If you need immediate assistance, please contact Kevin Schubert or Andrew McElwee. If you need

Re: [WSG] Is page-break-before broken in Webkit?

2009-10-14 Thread David Hucklesby
James Ducker wrote: Hi there, As a test, try using that style on an element that isn't floated or inside a floated element. That was worth a try - I added a break-after to the preceding paragraph, but Safari 4 seems intent on ignoring my wishes. (I double-checked in other browsers - either

[Spam] :Re: [WSG] Is page-break-before broken in Webkit?

2009-10-14 Thread Nick Fitzsimons
2009/10/14 David Hucklesby huckle...@gmail.com: James Ducker wrote: Hi there, As a test, try using that style on an element that isn't floated or inside a floated element. That was worth a try - I added a break-after to the preceding paragraph, but Safari 4 seems intent on ignoring my

[WSG] Problem with onclick and onClick

2009-10-14 Thread designer
Can anyone help me with what is a basic question please? I have a library item (in Dreamweaver) which includes an onclick: a href=# onclick=window.print();return false . . . etc When the library item is inserted (into 37 pages) the format remains lower case and all pages validate, but when

Re: [WSG] Problem with onclick and onClick

2009-10-14 Thread Anthony Gr.
How does onclick become to onClick? 2009/10/14 designer desig...@gwelanmor-internet.co.uk: Can anyone help me with what is a basic question please? I have a library item (in Dreamweaver) which includes an onclick: a href=# onclick=window.print();return false . . . etc When the library

Re: [WSG] Problem with onclick and onClick

2009-10-14 Thread designer
Precisely! - Original Message - From: Anthony Gr. ant.grak...@gmail.com To: wsg@webstandardsgroup.org Sent: Wednesday, October 14, 2009 6:58 PM Subject: Re: [WSG] Problem with onclick and onClick How does onclick become to onClick? 2009/10/14 designer

Re: [WSG] Problem with onclick and onClick

2009-10-14 Thread nedlud
Don't use onclick. Bind the events in your JavaScript. A library like jQuery makes this easy and browser independent. It's better code and solves your validation problems. On Thu, Oct 15, 2009 at 5:20 AM, designer desig...@gwelanmor-internet.co.uk wrote: Precisely! - Original Message

Re: [WSG] Problem with onclick and onClick

2009-10-14 Thread Nathanael Boehm
Geez, it's been a while since I've used Dreamweaver ... but I think I had this problem once. Not sure if it was with DW or some other HTML editor but there was some setting whereby the editor went through and cleaned up my code upon save ... so it's not your server, it's your HTML editor thinking

Re: [Spam] :Re: [WSG] Is page-break-before broken in Webkit?

2009-10-14 Thread David Hucklesby
Nick Fitzsimons wrote: 2009/10/14 David Hucklesby huckle...@gmail.com: James Ducker wrote: Hi there, As a test, try using that style on an element that isn't floated or inside a floated element. That was worth a try - I added a break-after to the preceding paragraph, but Safari 4 seems