[WSG] Card payment details best practice

2010-11-23 Thread Kevin Rapley
I am to build a form that will handle collecting the relevant information to take card payment. This is the step before going to a 3D Secure service like Verified by Visa or Mastercard Securecode. Can anyone suggest best practice for form labels such as the CVV2 number, valid from/to dates,

[WSG] Fixed-position menus?

2010-11-23 Thread cat soul
Here is a link illustrating what I mean: http://thinkplan.org/menupersist.jpg What are peoples' thoughts on this kind of menu? I'm told that IE 6 doesn't support this kind of menu...IIRC, it involves position: fixed; How key is IE 6, and are people simply not going with this kind of

Re: [WSG] Fixed-position menus?

2010-11-23 Thread Joseph Taylor
Cat, You can always use javascript to move the menu as you scroll to overcome IE6 lacking. As far as how important is IE6? I guess that depends on your audience. The sites I work on have a (sadly) large percentage of IE6 users (10% +/-) Joseph R. B. Taylor /Web Designer / Developer/

RE: [WSG] Fixed-position menus?

2010-11-23 Thread Thierry Koblentz
Here is a link illustrating what I mean: http://thinkplan.org/menupersist.jpg What are peoples' thoughts on this kind of menu? I'm told that IE 6 doesn't support this kind of menu...IIRC, it involves position: fixed; How key is IE 6, and are people simply not going with this kind

Re: [WSG] Fixed-position menus?

2010-11-23 Thread Grant Bailey
You could use the Dean Edwards script to force IE6 into standards compliance: http://code.google.com/p/ie7-js/ Regards, Grant Bailey On 24/11/2010 9:16 AM, Joseph Taylor wrote: Cat, You can always use javascript to move the menu as you scroll to overcome IE6 lacking. As far as how