[jQuery] Re: jQuery introduction script (Alert Message is now showing!)

2009-04-03 Thread cewagner hotmail
yrstruly, I replaced the DOCTYPE and html begin tag with this statement in order to keep browsers from entering quirks-mode. You original code worked fine in most of my browser tests except for IE8 RC. http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; x

[jQuery] Re: How to block control + plus/minus key?

2009-04-03 Thread cewagner hotmail
I'm really curious about why you'd want to stop users from increasing and decreasing their text size? Good guidance would dictate that you use ems to define font size so that users could take advantage of this built-in browser functionality. Subject: [jQuery] How to block control + plus/minus