Re: [WSG] XHTML Strict and scrollable page content

2008-07-27 Thread Al Sparber
From: Bas V [EMAIL PROTECTED] I need to scroll a php/mysql generated list of text with url's within a page whilst using up-down arrows rather then a scrollbar. It needs however to be XHTML Strict valid and that is where my problem starts... A non-Strict example of how it exactly has to look

Re: [WSG] XHTML Strict and scrollable page content

2008-07-27 Thread sri ni
Try jQuery.. Thanks, Srini www.srinivasaperumal.com On Sat, Jul 26, 2008 at 2:20 PM, Bas V [EMAIL PROTECTED] wrote: I need to scroll a php/mysql generated list of text with url's within a page whilst using up-down arrows rather then a scrollbar. It needs however to be XHTML Strict valid and

Re: [WSG] Firefox and IE font sizes

2008-07-27 Thread James Ellis
On Sunday 27 July 2008 08:41:04 Hayden's Harness Attachment wrote: At http://www.choroideremia.org/new/crf_header.php I have three buttons. The first is Decrease font size the second is ?Default font size. And the third is Increase font size:. Firefox 3.0.1 shows them in 15 point Arial font

[WSG] Design of forms on web vs paper

2008-07-27 Thread Jessica Enders
I've been involved in a few debates about this question lately and would like to write an article summarising the different positions. It would be great if you could spend a few minutes emailing me or posting your personal position on the following query: As a matter of best practice,

Re: [WSG] XHTML Strict and scrollable page content

2008-07-27 Thread sri ni
check following jQuery samples... http://www.nabble.com/jScrollPane:-horizontal-scroll-and-dynamic-height-width-td16312365s27240.html http://www.pixeline.be/test/markitup_bug/ http://kelvinluck.com/assets/jquery/jScrollPane/ajax_example.html Thanks, Srini Perumal User Interface / Web Standards

RE: [WSG] XHTML Strict and scrollable page content

2008-07-27 Thread Bas V
Thanks for the replies, much appreciated! There is plenty out there available I see, you just need to know where to look for it :) Cheers. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] Design of forms on web vs paper

2008-07-27 Thread Ben Buchanan
As a matter of best practice, should forms on the web be designed to look like their paper equivalents? Why/why not? There's a fair bit of interpretation for that wording; but my high level response would be web pages should be designed as web pages. The question has a definite air of things

[WSG] Clarification: Design of forms on web vs paper

2008-07-27 Thread Jessica Enders
Hi Thanks to all who have answered so far - much appreciated. I just want to clarify that I have a background in forms design (both electronic paper based) and have read Luke's book (which I agree, is great). I have an opinion on the question but want to make sure that my article covers

Re: [WSG] Firefox and IE font sizes

2008-07-27 Thread Hayden's Harness Attachment
James Thank you for your help. I have been going through what you suggested. I am not familular with JAVAScript, since I have heard problem stories (mainly screen readers and folks turning JAVA off) and seen bad implementations. I turned my focus to PHP. I am a newbie to all of this. I have

[WSG] XSLT: looping through ancestors looking for a specific node

2008-07-27 Thread Focas, Grant
Hi, Is there a way in XSLT to loop through the ancestors until I find the first instance of a node called foo? For context what I'm trying to do is see if a bookmark is in the same section as the link/@href (and to find this out when I'm processing the link). Grant Focas ** Example XML:

Re: [WSG] XSLT: looping through ancestors looking for a specific node

2008-07-27 Thread Matthew Holloway
Hi Grant, On Mon, Jul 28, 2008 at 3:48 PM, Focas, Grant [EMAIL PROTECTED] wrote: Is there a way in XSLT to loop through the ancestors until I find the first instance of a node called foo? For context what I'm trying to do is see if a bookmark is in the same section as the link/@href (and to

[ADMIN] THREAD CLOSED [WSG] XSLT: looping through ancestors looking for a specific node

2008-07-27 Thread Matt Fellows
Sorry, Grant, this is off topic for this list. Everyone, if you have a response for Grant please send it off list. Cheers, Matt -- Matt Fellows WSG Core Member http://www.onegeek.com.au/ *** List Guidelines:

Re: [WSG] XSLT: looping through ancestors looking for a specific node

2008-07-27 Thread Sajan Franco
Try this url it is good to begin with http://www.w3schools.com/xsl/xsl_templates.asp; *The disadvantage is it scans to the entire document always if we use match = /* The xsl:template Element The xsl:template element is used to build templates. The *match* attribute is used to associate a

Re: [ADMIN] THREAD CLOSED [WSG] XSLT: looping through ancestors looking for a specific node

2008-07-27 Thread Matthew Holloway
On Mon, Jul 28, 2008 at 4:07 PM, Matt Fellows [EMAIL PROTECTED] wrote: Sorry, Grant, this is off topic for this list. No it's not, The mail list is for web designers developers who are interested in web standards (HTML, XHTML, XML, CSS, XSLT, Javascript, EcmaScript etc.) --

Re: [ADMIN] THREAD CLOSED [WSG] XSLT: looping through ancestors looking for a specific node

2008-07-27 Thread Kevin Futter
On 28/07/08 2:07 PM, Matt Fellows [EMAIL PROTECTED] wrote: Sorry, Grant, this is off topic for this list. Is it? I thought XSLT was a web standard - it certainly has a home on the W3C site ( http://www.w3.org/TR/xslt). Are we just a CSS group now? -- Kevin Futter Webmaster, St. Bernard's

Re: [WSG] XSLT: looping through ancestors looking for a specific node

2008-07-27 Thread sri ni
Did you try this? xsl:for-each select=ancestor::foo Thanks, Srini www.srinivasaperumal.com On Mon, Jul 28, 2008 at 9:54 AM, Sajan Franco [EMAIL PROTECTED]wrote: Try this url it is good to begin with http://www.w3schools.com/xsl/xsl_templates.asp; *The disadvantage is it scans to the entire

Re: [ADMIN] THREAD CLOSED [WSG] XSLT: looping through ancestors looking for a specific node

2008-07-27 Thread sri ni
Sorry Matt, even I have replied for his post. Thanks, Srini On Mon, Jul 28, 2008 at 10:04 AM, Kevin Futter [EMAIL PROTECTED] wrote: On 28/07/08 2:07 PM, Matt Fellows [EMAIL PROTECTED] wrote: Sorry, Grant, this is off topic for this list. Is it? I thought XSLT was a web standard - it