Re: [WSG] window.event.keycode works for IE, not for firefox

2007-10-08 Thread Max A. Shpack
Hi, check the following to get the answer: http://developer.mozilla.org/en/docs/Migrate_apps_from_Internet_Explorer_to_Mozilla#Event_differences Max. 2007/10/8, Simon Cockayne <[EMAIL PROTECTED]>: > Hi, > > window.event.keycode works for IE to capture key input, not for Firefox. > > Firefox thr

Re: [WSG] Testing emails for Outlook 2007

2007-11-06 Thread Max A. Shpack
Hey Paul, if you have a friend with it -- set up remote desktop connection and you'll be able to use outlook. I have outlook2007 on XP, you can send email to me and i will send back a printscreen. Cheers, Max. 2007/11/6, Paul Collins <[EMAIL PROTECTED]>: > Hi all, > > Just wondering if anyone has

Re: [WSG] Simple question on forms

2007-12-05 Thread Max A. Shpack
form elements have focus() method in javascript. plain html doesn't allow this. Cheers, Max. 2007/12/5, Minh D. Tran <[EMAIL PROTECTED]>: > Hi Everyone, > > I just have a question regarding forms. How do I set the cursor to default > on a certain form input field? > > Thanks, > M > > > > > _

Re: [WSG] Simple question on forms

2007-12-05 Thread Max A. Shpack
form elements have focus() method in javascript. plain html doesn't allow this. Cheers, Max. 2007/12/5, Minh D. Tran <[EMAIL PROTECTED]>: > Hi Everyone, > > I just have a question regarding forms. How do I set the cursor to default > on a certain form input field? > > Thanks, > M > > > > >

Re: [WSG] preserve whitespace

2007-12-11 Thread Max A. Shpack
Hi It is non-schematic way and usually you can solve this problem with css padding property. If you don't -- use   to keep whitespace. Max. 2007/12/11, Simon Cockayne <[EMAIL PROTECTED]>: > Hi, > > > > I have an HTML page and I want to (well my client wants me to) preserve > leading blanks in t

Re: [WSG] how to set table column widths with CSS

2008-01-11 Thread Max A. Shpack
It won't work in IE6 and below, it doesn't supports such selectors unfortunately. Max. 2008/1/11, Alastair Campbell <[EMAIL PROTECTED]>: > On Jan 11, 2008 7:29 AM, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote: > > col:first-child {width:10em;} > > col:first-child+col {width: 5em;} > > From memo

Re: [WSG] Best Practice to Offer Different Formats of Documents

2008-02-17 Thread Max A. Shpack
that's because IE6 doesn't support attribute selectors. but you can use classes instead. Max. 2008/2/17, Designer <[EMAIL PROTECTED]>: > Matt Fellows wrote: > > > There is a nice article [1] that can show you how to automatically > > style links with little icons depending on the extension of the

Re: [WSG] a a:hover

2008-03-20 Thread Max A. Shpack
Hi Laert This works: a.someclass:hover {} and then apply class to the link. Max. 2008/3/20, Laert Jansen <[EMAIL PROTECTED]>: > Hello everyone! > > Well, I looking for some help. I don´t know how to create more than one a > a:hover > > I have my css here > > a { > color: #FFF; > text-d

Re: [WSG] Apply ALT tag to background image?

2008-03-24 Thread Max A. Shpack
No, there is no way to apply ALT to the background images, only for IMG tags. Max. 2008/3/24, Kristine Cummins <[EMAIL PROTECTED]>: > > > > I've got a background graphic designated in my style sheet – is there a way > to apply an alt and/or title tag to that or would I need to just not make it >