[WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
Here's one I have been working on for a while: I have got a couple of text-links that I want to use to submit a form. The deal: it has to be accessible (has to work with JavaScript disabled). The closest I have come to a solution is to style input buttons with css so they look similar to text

Re: [WSG] Submit a form with text links

2005-06-01 Thread Prabhath Sirisena
Styling form elements is a frustrating and, often, futile effort. Roger Johansson has a nice article with explanations [1] I think sticking to the submit buttons is the best way to go. Prabhath http://nidahas.com [1] http://www.456bereastreet.com/archive/200410/styling_even_more_form_controls/

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: Andreas Boehmer [Addictive Media] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 4:35 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Submit a form with text links -Original Message- From: Prabhath Sirisena [mailto:[EMAIL

Re: [WSG] Submit a form with text links

2005-06-01 Thread John Horner
I'm going to chime in with why do you want to do this? too, I'm afraid. Users don't expect a text link to submit a form, so doing this makes your form less usable, more confusing, IMHO. Have You Validated Your Code?

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: John Horner [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 4:51 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Submit a form with text links I'm going to chime in with why do you want to do this? too, I'm afraid. Users don't expect a

Re: [WSG] Submit a form with text links

2005-06-01 Thread Patrick H. Lauke
Andreas Boehmer [Addictive Media] wrote: Making all the Page Numbers form buttons doesn't really look good, if you know what I mean. Would be great to get around it. Even if you assign a specific class to those submit buttons? input.submit { font-size: 0.76em; color: #00f; background:

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: Patrick H. Lauke [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 5:19 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Submit a form with text links Andreas Boehmer [Addictive Media] wrote: Making all the Page Numbers form buttons doesn't

Re: [WSG] Submit a form with text links

2005-06-01 Thread Patrick H. Lauke
Andreas Boehmer [Addictive Media] wrote: BUT: users are accustomed to have text-links to allow them to jump in between search result pages (e.g. Google). So those links I would like to keep as text. The problem is, that when the users go to another page the selection they made on the current

Re: [WSG] Submit a form with text links

2005-06-01 Thread discusster
Hi Andreas, This isn't really the accessible solution you're looking for, but if you want to avoid submitting a form but retain information between pages, you could try to set a cookie. Cheers, Blair On 01/06/05, Andreas Boehmer [Addictive Media] [EMAIL PROTECTED] wrote: Here's one I have been

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: Patrick H. Lauke [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 5:32 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Submit a form with text links Andreas Boehmer [Addictive Media] wrote: BUT: users are accustomed to have text-links to

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: discusster [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 5:44 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Submit a form with text links Hi Andreas, This isn't really the accessible solution you're looking for, but if you want to avoid

RE: [WSG] Submit a form with text links

2005-06-01 Thread Joshua Street
On Wed, 2005-06-01 at 17:55 +1000, Andreas Boehmer [Addictive Media] wrote: The problem is I cannot get the info into the cookie without submitting a form first. :) I'll confess to never having actually used AJAX, but would it be possible to make the page work such that standard selection would

Re: [WSG] inline-block support?

2005-06-01 Thread Ingo Chao
Kay Smoljak schrieb: On 5/31/05, kemie guaida [EMAIL PROTECTED] wrote: I was sure that there was some major browser not implementing display:inline-block, but in a quick test firefox 1.03, Opera 7 8 and even IE 6 are interpreting it correctly... I've never really thought about it before,

RE: [WSG] Submit a form with text links

2005-06-01 Thread Patrick Lauke
Andreas Boehmer [Addictive Media] Have a look at this page: http://www.seek.com.au/jobsearch/index.ascx?DateRange=31catlo cation=1002st ateselected=truecatindustry=1200 So the user searches for jobs. They find a range of jobs that match their search criteria. In fact they found 10 pages of

[WSG] Is there a tool that converts long hand CSS to shorthand CSS?

2005-06-01 Thread Ben Wrighton - StraightForward
Hi all, Has anyone come across an app (preferably free or reasonably priced) that will convert longhand CSS e.g. .style { border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style:

RE: [WSG] Is there a tool that converts long hand CSS to shorthand CSS?

2005-06-01 Thread Patrick Lauke
Ben Wrighton - StraightForward Has anyone come across an app (preferably free or reasonably priced) that will convert longhand CSS e.g. ... To shorthand CSS e.g. http://flumpcakes.co.uk/css/optimiser/ does it nicely online. http://www.westciv.com/style_master/ seems to have optimisation

Re: [WSG] Is there a tool that converts long hand CSS to shorthand CSS?

2005-06-01 Thread Jan Brasna
http://cdburnerxp.se/cssparse/css_optimiser.php -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints

Re: *** SPAM *** [WSG] Is there a tool that converts long hand CSS to shorthand CSS?

2005-06-01 Thread designer
Top Style: www.bradsoft.com Bob McClelland,Cornwall (U.K.)www.gwelanmor-internet.co.uk - Original Message - From: Ben Wrighton - StraightForward To: WSG - post msg Sent: Wednesday, June 01, 2005 10:37 AM Subject: *** SPAM *** [WSG] Is there a tool that

[WSG] CDATA and html tidy

2005-06-01 Thread designer
Morning all, When I run HTML tidy on a file (XHTML strict), it always wants to add /*![CDATA[*/ inside my CSS section: style type=text/css Blah blah style becomes: style type=text/css /*![CDATA[*/ Blah blah etc Should I actually be doing that? Thanks, Bob McClelland, Cornwall (U.K.)

Re: [WSG] CDATA and html tidy

2005-06-01 Thread Bert Doorn
G'day When I run HTML tidy on a file (XHTML strict), it always wants to add /*![CDATA[*/ inside my CSS section: ... Should I actually be doing that? See http://www.w3.org/TR/xhtml1/diffs.html#h-4.8 I've never had occasion to use ![CDATA[ ... ]] in any of my (valid xhtml1.0 Strict) sites.

RE: [WSG] Submit a form with text links

2005-06-01 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: Patrick Lauke [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 June 2005 7:19 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Submit a form with text links Andreas Boehmer [Addictive Media] Have a look at this page:

Re: [WSG] CDATA and html tidy

2005-06-01 Thread Bert Doorn
G'day again Thanks Bert, but I'm finding that a simple import such as: style type=text/css @import url(../CSS/primary.css); /style is 'tidied' into: style type=text/css /*![CDATA[*/ @import url(../CSS/primary.css); /*]]*/ /style So I doubt that I'm doing anything 'wrong' - am I? Some

Re: [WSG] CDATA and html tidy

2005-06-01 Thread David Laakso
On Wed, 01 Jun 2005 06:37:14 -0400, designer [EMAIL PROTECTED] wrote: Morning all, When I run HTML tidy on a file (XHTML strict), it always wants to add /*![CDATA[*/ inside my CSS section: style type=text/css Blah blah style becomes: style type=text/css /*![CDATA[*/ Blah blah etc Should

[WSG] national letters on MAC

2005-06-01 Thread akella
ive got problems with ukrainian(there are like russian but with 3-4 national letters) letters on MAC. Here is screenshots http://akella.org.ua/safari.jpg (15Kb) and big ones http://akella.org.ua/safari12.jpg (60Kb) http://akella.org.ua/safari12.png(250Kb) You can see bold letters i and I. Its

Re: [WSG] CDATA and html tidy

2005-06-01 Thread Anthony Cartmell
Thanks Bert, but I'm finding that a simple import such as: style type=text/css @import url(../CSS/primary.css); /style What about style href=../CSS/primary.css type=text/css / - or are you using the @import for browser-hacking reasons? The CDATA is needed because you have quote characters,

Re: [WSG] Style PRE with word wrap?

2005-06-01 Thread Vaska . WSG
It's a pretty solution, but it doesn't word-wrap...at least not in Safari. Make your browser window thinner and see what happens? What I'm doing is no different except that I'm going through the trouble of having php count the number of tabs and then using that information to insert the

Re: [WSG] national letters on MAC

2005-06-01 Thread Juergen Auer
On 1 Jun 2005 at 17:03, akella wrote: ive got problems with ukrainian(there are like russian but with 3-4 national letters) letters on MAC. Hello, I do not have a Mac, but I saw that you don't use UTF-8, your file is saved as ASCII. So convert the file to UTF-8 and test it again. The

Re: [WSG] A way to skip a Flash-intro if Flash is not installed?

2005-06-01 Thread Kristian Rasmussen
Hi again, Just an addition in case anyone else needs to do this: I found that making an extra CSS-layer with nothing but position:absolute and a link to get past the intro is enough. Viewers who have flash won't be able to see it if the flash-object has 100% width and height, and others will only

Re: [WSG] A way to skip a Flash-intro if Flash is not installed?

2005-06-01 Thread Vicki Berry
Like most dial-up users who do have Flash installed, I don't want to *ever* sit (and sit, and sit, and sit) through a Flash intro and want to be able to clearly see the link that says to skip it - please don't hide it behind the Flash movie! Best not to take usability choices away from

[WSG] Best way to embed WMV file in webpage?

2005-06-01 Thread Neerav
Hi I have to embed a WMV (Windows Media Video) file on a page in a clients website and would appreciate any tips to improve the code used in my test page at http://www.rci.com.au/en/test/test.htm FYI a quick test in Firefox, IE6 and Opera 8 worked fine -- Neerav Bhatt http://www.bhatt.id.au

Re: [WSG] national letters on MAC

2005-06-01 Thread Philippe Wittenbergh
On 1 Jun 2005, at 11:03 pm, akella wrote: ive got problems with ukrainian(there are like russian but with 3-4 national letters) letters on MAC. [...] All font-familys(2 of them) looks like this: font-family: Tahoma, Verdana, Arial, sans-serif; font-family:Verdana, Helvetica, Arial,

Re: [WSG] Multiple class names in older browsers

2005-06-01 Thread Jan Brasna
Hi Maxine, all fine in 5.01 and 5.5 ... AFAIK these old one can't handle h1.pink.blue.orange { ... } and interpret it as h1.pink .blue .orange { ... } -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion

Re: [WSG] Multiple class names in older browsers

2005-06-01 Thread Peter Asquith
Seems to work fine in IE5.01/Win on XP SP2. Cheers Peter Maxine Sherrin wrote: I need to find out if multiple class names, like this: Were supported in older browsers, in particular IE5 and IE5.5. -- Peter Asquith http://www.wasabicube.com/

[WSG] drempelvrij.nl toolbar - web accessibility testing tool

2005-06-01 Thread Steven . Faulkner
The Bartiméus Accessibility Foundation (http://www.accessibility.nl/) have released a free a web accessibility testing tool http://www.drempelvrij.nl/toolbar/index.html (internet explorer add-on) that is intended for use in conjunction with an online step by step testing procedure that they have

Re: [WSG] Multiple class names in older browsers

2005-06-01 Thread Douglas Clifton
All versions of IE have problems with multiple-class selectors. h1.pink.blue.orange { ... } will match level 1 headings with class orange, but ignore the pink and blue. In other words, only the last class will match. ~d -- Douglas Clifton [EMAIL PROTECTED] http://loadaveragezero.com/ From: