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 e

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: transpa

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 d

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 pag

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

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-link

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 wan

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 woul

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=31&catlo cation=1002&st ateselected=true&catindustry=1200 > So the user searches for jobs. They find a range of jobs that match their > search criteria. In fact they found 10 pa

[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
-- 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 con

[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 "/*

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 "/* in any of my (valid xhtml1.0 Strict) sites. Avoid the characters that make it necessary and/or usually use external style sheets (and external javascript files). Regards -- Bert Doorn, Better Web Design http://

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: > > http://www.seek.com.a

Re: [WSG] CDATA and html tidy

2005-06-01 Thread designer
- Original Message - From: "Bert Doorn" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 01, 2005 12:05 PM Subject: Re: [WSG] CDATA and html tidy > G'day > > > When I run HTML tidy on a file (XHTML strict), it always wants to add > > "/* in any of my > (valid xhtml1.0 Strict) sites. Av

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: @import url("../CSS/primary.css"); is 'tidied' into: /**/ So I doubt that I'm doing anything 'wrong' - am I? Some development tools add extra code, "just in case".

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 "/*

[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: @import url("../CSS/primary.css"); What about - or are you using the @import for browser-hacking reasons? The CDATA is needed because you have quote characters, which aren't allowed in XHTML apart from around tag attribute valu

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 corre

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 prob

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 your

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

2005-06-01 Thread Chris Kennon
Hi, Just saw an opportunity to join the hands of Standards and Flash developers. Gratuitous flash intros are very much frowned upon. They have become like the exploding auto, flipping 20 times scenes in American action films. Peace, C On Jun 1, 2005, at 4:40 PM, Vicki Berry wrote: Like m

[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, sans-serif

[WSG] Multiple class names in older browsers

2005-06-01 Thread Maxine Sherrin
I need to find out if multiple class names, like this: Heading level 1 . h1.blue { background-color: purple; } h1.orange { font-size: 500%; } Were supported in older browsers, in particular IE5 and IE5.5. Is anyone able to just take a quick look at the following page in either or both t

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 list

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 d

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:

[WSG] Re_ WSG Multiple class names in older browsers (3).txt

2005-06-01 Thread Dan
Hi Maxine   Have a check to see if it works in Safari. Last time I used multiple classes I has some serious problems with Safari, but of course they could be two unrelated things.   Cheers   Dan