Re: [WSG] re: generate data

2008-02-24 Thread Stuart Foulstone
I agree - ignorance and couldn't care less are the commonest excuses for not creating professional standards based Websites. On Sun, February 24, 2008 4:02 am, Breton Slivka wrote: I don't really feel like participating in the dramatic part of this- But I can answer some of the questions

Re: [WSG] re: generate data

2008-02-24 Thread Breton Slivka
On Sun, Feb 24, 2008 at 8:04 PM, Steve Green [EMAIL PROTECTED] wrote: Accessibility, though in a sense is trivially easy once you know it That would not even be true if it was possible to 'know it', which it isn't. Accessibility isn't just a bunch of facts that you have to learn, and it's

Re: [WSG] re: generate data

2008-02-24 Thread Designer
Breton Slivka wrote: Here, I used the phrase in a sense perhaps, to try to capture more meaning than it was capable of holding. There are, as you have pointed out two ways of knowing accessibility. You can know how to build your site such that it should be accessable according to the standards

[WSG] background-position:top center; IE6?

2008-02-24 Thread kevin mcmonagle
hi, is there any way to get ie6 to accept this property: background-position:top center; i have a tabular nav bar with different width tabs, the background image needs to center itself. thanks kevin *** List Guidelines:

Re: [WSG] background-position:top center; IE6?

2008-02-24 Thread Алексей Тен
Use background-position: 50% 0; On Sun, Feb 24, 2008 at 2:41 PM, kevin mcmonagle [EMAIL PROTECTED] wrote: hi, is there any way to get ie6 to accept this property: background-position:top center; i have a tabular nav bar with different width tabs, the background image needs to center

Re: [WSG] re: generate data

2008-02-24 Thread Gunlaug Sørtun
dwain wrote: if accessibility isn't cracked up to what it's supposed to be, then why are there laws about the subject? The laws are probably there to prevent accessibility from falling through the cracks. Consciously or unconsciously ignoring access for all is after all more the norm than the

[WSG] form problem

2008-02-24 Thread Michael Horowitz
For some reason my text field http://terrorfreeamerica.us/christians.html insists on putting the cursor in the middle of the field. I've tried setting the fieid and the form to test:align :center thinking that would resolve the issue and it didn't. Any ideas thanks -- Michael Horowitz Your

Re: [WSG] re: generate data

2008-02-24 Thread dwain
excellent and right on! dwain On 2/24/08, Breton Slivka [EMAIL PROTECTED] wrote: On Sun, Feb 24, 2008 at 8:04 PM, Steve Green [EMAIL PROTECTED] wrote: Accessibility, though in a sense is trivially easy once you know it That would not even be true if it was possible to 'know it', which

Re: [WSG] form problem

2008-02-24 Thread krugonN
On Sun, Feb 24, 2008 at 4:41 PM, Michael Horowitz [EMAIL PROTECTED] wrote: For some reason my text field http://terrorfreeamerica.us/christians.html insists on putting the cursor in the middle of the field. I've tried setting the fieid and the form to test:align :center thinking that would

Re: [WSG] form problem

2008-02-24 Thread Craig Merriman
Michale, It looks like there are a couple extra tabs or spaces being placed into the field. That may be throwing it off. Craig On Sun, Feb 24, 2008 at 2:41 PM, Michael Horowitz [EMAIL PROTECTED] wrote: For some reason my text field http://terrorfreeamerica.us/christians.html insists on

RE: [WSG] form problem

2008-02-24 Thread Jason Gray
Could be caused by the spacing between your opening textarea and the closing textarea tags Try textarea name=comments rows=6 cols=40/textarea Also in your label tags your for attributes should have = eg label for=email Regards Jason Gray Webwidget Pty Ltd ABN 27 122 916 134 | PO Box

RE: [WSG] form problem

2008-02-24 Thread Jason Gray
Michael Your current code is label for=commentsComments:/label textarea name=comments rows=6 cols=40 /textarea It should be label for=commentsComments:/label textarea name=comments rows=6 cols=40/textarea There needs to be no spacing between the

Re: [WSG] form problem

2008-02-24 Thread Michael Horowitz
I fixed that and the problem is still occurring. Also put the = in after the for Michael Horowitz Your Computer Consultant http://yourcomputerconsultant.com 561-394-9079 Jason Gray wrote: Could be caused by the spacing between your opening textarea and the closing textarea tags Try

Re: [WSG] form problem

2008-02-24 Thread Rob Unsworth
On Sun, 24 Feb 2008, Michael Horowitz wrote: For some reason my text field http://terrorfreeamerica.us/christians.html insists on putting the cursor in the middle of the field. Michael, You need your text field like this: textarea name=comments rows=6 cols=40/textarea Also you have a missing

Re: [WSG] form problem

2008-02-24 Thread Andrew Freedman
Michael Horowitz provided the following information on 25/02/2008 9:22 AM: I fixed that and the problem is still occurring. Also put the = in after the for It doesn't appear that you have uploaded it then. I tested your code with and without the change. Post change it works as it

RE: [WSG] form problem

2008-02-24 Thread Thierry Koblentz
On Behalf Of Jason Gray Michael Your current code is label for=commentsComments:/label textarea name=comments rows=6 cols=40 /textarea It should be label for=commentsComments:/label textarea name=comments rows=6 cols=40/textarea The value

[WSG] Please help! - CSS Drop Down not working under IE 6

2008-02-24 Thread Cole Kuryakin
Hello All - I've slaved and slaved at this for over a day and still can't figure out what's wrong with my CSS. I've looked at dozens of CSS drop down tutorials on the web and applied many of the IE specific fixes as recommended, but still no dice. I'm praying someone here can see the error of my

Re: [WSG] Please help! - CSS Drop Down not working under IE 6

2008-02-24 Thread Gunlaug Sørtun
Cole Kuryakin wrote: First, go here under IE 6: http://www.crewasia.ph/index.php The drop down menuing system at the very top of the screen DOES work (it drops down correctly). You can even select the FIRST menu item on each drop down menu. But, when you try to cursor over any other menu

RE: [WSG] Please help! - CSS Drop Down not working under IE 6

2008-02-24 Thread Cole Kuryakin
Gunlaug - That did it! Thank YOU so much!! I owe you my friend: If you're ever in the Philippines, the beer is on me! Cole From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: Monday, February 25, 2008 1:02 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG]