Re: [WSG] i want my svg

2006-08-10 Thread dwain . alford
Matthew Cruickshank wrote: [EMAIL PROTECTED] wrote: would you look at the image now with css constraints /**/ out? a year ago i put up a svg file and set the width to 100% and the file sized to the window regardless of resolution. this one doesn't seem to do that. what i read the other

Re: [WSG] i want my svg

2006-08-10 Thread Matthew Cruickshank
[EMAIL PROTECTED] wrote: now if there had been something wrong with my coding, i'm sure someone would have said something. may i safely assume that there is nothing wrong with the coding? Are you kidding me? It's like I hadn't said a word. Your code is wrong. Firefox is correct and Opera

Guidelines Reminder : Re: [WSG]

2006-08-10 Thread James Ellis
Hi Just a friendly reminder that the WSG list isn't for discussion of or assistance with client or server side scripting, unless it relates to implementation of standards based sites/apps etc. Also, remember to provide a descriptive subject in your posts so emails can be filtered easily.

Re: [WSG] getting javascript as a ajx response

2006-08-10 Thread Ken McCormack
Hi Nisha If you set innerHTML on an object, the browser won't run scripts within the node... it's just text once the page has rendered Suggest you return the HTML with a well formed image tag with a known ID; you can then use document.getElementById to find the image and update the src

Re: [WSG] i want my svg

2006-08-10 Thread dwain . alford
Matthew Cruickshank wrote: [EMAIL PROTECTED] wrote: now if there had been something wrong with my coding, i'm sure someone would have said something. may i safely assume that there is nothing wrong with the coding? Are you kidding me? It's like I hadn't said a word. Your code is wrong.

[WSG] an apology and a few pointed questions

2006-08-10 Thread dwain . alford
first, i would like to apologize to the list for my obsessive behavior dealing with svg files for the past several days. second, i would like to apologize for flaming firefox in my frustration. third, i would like to apologize to matthew for getting on his last nerve. the pointed questions:

RE: [WSG] an apology and a few pointed questions

2006-08-10 Thread Frances Berriman
the pointed questions: 1. does ie6 not recognize z-indexing; and if it does, how do i make it respond? Yep, it should work in IE6. You have to make sure that you've also defined position as z-index can only be applied to elements with a position property. This could be why? Here's a related

[WSG] XHTML strict maxlength

2006-08-10 Thread Paul Collins
Hi all, Just having some trouble with validating I keep getting the report this report about the maxlength property: Error Line 69 column 100: there is no attribute "maxlength". ...id="good-turn-description" maxlength="50" title="Tell us about it"//textar. And my line of code is:textarea

Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Kay Smoljak
On 8/10/06, Paul Collins [EMAIL PROTECTED] wrote: Just having some trouble with validating I keep getting the report this report about the maxlength property: Error Line 69 column 100: there is no attribute maxlength. ...id=good-turn-description maxlength=50 title=Tell us about it//textar.

Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Nils Kr. Falch
On 8/10/06, Paul Collins [EMAIL PROTECTED] wrote: As far as I can see, maxlength is a valid XHTML strict attribute, can anyone tell me why this isn't validating?! If you read the dtd you'll see that maxlenght is a valid attribute for input but not for textarea.

Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Nick Fitzsimons
Paul Collins wrote: As far as I can see, maxlength is a valid XHTML strict attribute, can anyone tell me why this isn't validating?! Cheers, Paul It's only valid on input elements: http://www.w3.org/TR/2002/REC-xhtml1-20020801/dtds.html#dtdentry_xhtml1-strict.dtd_input There is no

Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Pierre-Henri Lavigne
On Thursday 10 August 2006 13:50, Paul Collins wrote: Hi all, Just having some trouble with validating I keep getting the report this report about the maxlength property: Error Line 69 column 100: there is no attribute maxlength. ...id=good-turn-description maxlength=50 title=Tell us about

Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Ben Wong
As far as I can see, maxlength is a valid XHTML strict attribute, can anyone tell me why this isn't validating?! Not for textarea. Only for input. From the x-html strict dtd... !ELEMENT textarea (#PCDATA) !-- multi-line text field -- !ATTLIST textarea %attrs; %focus; name

Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Paul Collins
Well, you learn something new everyday! Thanks all for your help - Original Message - From: Ben Wong To: wsg@webstandardsgroup.org Sent: Thursday, August 10, 2006 1:08 PM Subject: Re: [WSG] XHTML strict maxlength As far as I can see, maxlength is a valid XHTML

[WSG] Peek-a-boo Bug i think

2006-08-10 Thread del usr
I seem to be getting a peek-a-boo type bug (but in firefox 1.5 linux) with this web template http://delusr.bigpondhosting.com/kam/. So im told i cannot comfirm this but I was informed by a reliable source. I have also noticed that with in IE v6 on a MS platform using XP SP2 there is an issue

[WSG] unsubscribe me please

2006-08-10 Thread Aijaz Abbas
Pierre-Henri Lavigne [EMAIL PROTECTED] wrote: On Thursday 10 August 2006 13:50, Paul Collins wrote: Hi all, Just having some trouble with validating I keep getting the report this report about the maxlength property: Error Line 69 column 100: there is no attribute "maxlength".

[WSG] Wordpress RDFa plugin

2006-08-10 Thread Daniel Lewis
Hello, I am quite new to the WSG so Hello All. This is an email just to let you know that I have started to spec out and develop a plugin/theme for Wordpress so that it can autogenerate RDFa. I have initially called it WP_RDFa seemed an adequate name. If any of you haven't heard of RDFa, it is

Re: [WSG] unsubscribe me please

2006-08-10 Thread Dani Nordin | 401.787.5178
Title: Re: [WSG] unsubscribe me please Hi Aljaz, In order to unsubscribe to the list, you actually have to go to the site, login and hit unsubscribe on the home page. Cheers, Dani ~~ Dani Nordin the zen kitchen Graphic and web design with a touch of green 1 Fitchburg

Re: [WSG] i want my svg

2006-08-10 Thread Matthew Cruickshank
[EMAIL PROTECTED] wrote: thank you for the definitive statement. The blinked text was also in my second post. now that you understand what i am trying to do, is it possible? I still don't understand; you have conflicting requirements. Without putting text in the SVG itself you will get

[WSG] unsubscribe

2006-08-10 Thread Staunton, Tonina
TONINA STAUNTONTEAM LEADER, WEB MANAGEMENTINFORMATION SERVICES Tel +61(0) 2 62036623Ext 156623 www.afp.gov.au From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Paul CollinsSent: Thursday, 10 August 2006 10:35 PMTo:

[WSG] ADMIN: Managing your subscription

2006-08-10 Thread Lea de Groot
Please don't send unsubscribe messages to the list! The 3750 people (wow!) who aren't in the core group cannot help you and will be annoyed by you doing so. As 99% of us know, sending a message to the list is NOT the way to unsubscribe, or make other changes to your membership. At the bottom

[WSG] Branding - Accessible, Unobtrusive and Semantic

2006-08-10 Thread Richard Czeiger
Hi all :o) Just thought I'd throw a bit of code out there and see if anyone thinks it's useful.. Unobtrusive Semantic Branding http://www.grafx.com.au/dik/branding.html Basically it allows you to dynamically style a company's brand name every time it appears on a web page as text. All you

Re: [WSG] Branding - Accessible, Unobtrusive and Semantic

2006-08-10 Thread Lindsay Evans
On 8/11/06, Richard Czeiger [EMAIL PROTECTED] wrote: Hi all :o) Just thought I'd throw a bit of code out there and see if anyone thinks it's useful.. Unobtrusive Semantic Branding http://www.grafx.com.au/dik/branding.html Hi Richard, Interesting bit of code, I could've used something like

Re: [WSG] Branding - Accessible, Unobtrusive and Semantic

2006-08-10 Thread Richard Czeiger
Thanks to Lindsay's comments, the hover color issues is resolved - it requires a background value (even one of inherit). R :o) - Original Message - From: Lindsay Evans [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Friday, August 11, 2006 12:22 PM Subject: Re: [WSG] Branding