RE: [WSG] Is there a standard for this?

2005-10-28 Thread Ted Drake
Standard or not, the animation will not begin. If you are using CSS rollovers, the image is not getting reloaded, simply moving from one part of the image to another. It is standard practice to not have animated objects loop through the animation indefinitely. So the answer is: it will be

Re: [WSG] Newbie Q: Menu standard/usability/accessibility question

2005-08-03 Thread Terrence Wood
Craig, I think you'll find your answer in the new front page for abc thread in progress on this forum. Despite their claim PVII's flyout menu's do not comply with WAI priority 3. Nice visual design. kind regards Terrence Wood. On 4 Aug 2005, at 2:32 PM, Craig Rippon wrote: Guys, I am a

Re: [WSG] Newbie Q: Menu standard/usability/accessibility question

2005-08-03 Thread [EMAIL PROTECTED]
Craig, Looks really good! As far as valid W3C code only 15 issues http://validator.w3.org/check?uri=http%3A%2F%2Falgester.communitybillboard.info%2F which is nothing compared to more than 200 at http://validator.w3.org/check?uri=http%3A%2F%2Fwww.yahoo.com The biggest problem is easy! In

RE: [WSG] Not so web standard question, but close

2005-06-07 Thread Jason Turnbull
tee wrote: How does Asp/PHP works if amp' replace to because the '' is generated by the server. He said he can't find any information on PHP official website. This article from w3c might help in reference to PHP http://www.w3.org/QA/2005/04/php-session Regards Jason

Re: [WSG] Tables, is it Standard?

2004-10-04 Thread Kay Smoljak
On Mon, 4 Oct 2004 09:55:42 -0400, Olajide Olaolorun [EMAIL PROTECTED] wrote: Hi, I would like to know if Tables is standard. You see, I have been into web standards for some time now nut I still use Tables and would like to know if it is standards Tables are valid HTML, but in the spirit

Re: [WSG] Tables, is it Standard?

2004-10-04 Thread russ - maxdesign
If you are using data tables, you need to use at least table, tr, th and td and then associate the cells (td's) with headers (th's). Agree. Would be good to also include summary and caption in that list :) Russ ** The discussion list for