Re: [WSG] Text Size Statistics

2005-09-02 Thread Richard Czeiger
Ah - ok ... now i get it .. sorry ... firday ... going home now :o) r - Original Message - From: Peter Williams I think confused. I took this to mean that: - you create a standards compliant site - a visitor with an older browser visits and sees mush - a page explains why the page

RE: [WSG] Text Size Statistics

2005-09-02 Thread Scott Swabey - Lafinboy Productions
Thanks Andreas and Peter, your clarifications said what I meant ;) At the risk of starting a flame war, there has to come a time when full acceptance of a standard (in whatever business/industry/walk of life) is made, and that can only happen at the expense and exclusion of non-compliant

RE: [WSG] Text Size Statistics

2005-09-02 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: Scott Swabey - Lafinboy Productions [mailto:[EMAIL PROTECTED] Sent: Friday, 2 September 2005 3:59 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Text Size Statistics Thanks Andreas and Peter, your clarifications said what I meant ;) At the risk

Re: [WSG] Text Size Statistics

2005-09-02 Thread Tom Livingston
On Fri, 02 Sep 2005 03:44:33 -0400, Andreas Boehmer [Addictive Media] [EMAIL PROTECTED] wrote: But does it look professional if we put up a page somewhere saying: you can't see our page because your browsers are old? That's like going back to the habit of writing this website is made for

[WSG] Submenus anyone?

2005-09-02 Thread Stevio
Has anyone got any good examples of submenus that work good and are compliant with XHTML 1.0 strict? I've been using Project 7 menus but I'm finding they are just too difficult to sort out all the kinks, plus there has always been the problem that if you move the mouse fast enough they don't

RE: [WSG] Submenus anyone?

2005-09-02 Thread Kevin Arrowsmith
Hi, I cant remember where I got it from but I use a xhtml and css based menu system, an example can be found at http://www.kevinarrowsmith.co.uk/menu/menu.htm It validates to xhtml1.1 and the css validates too, the only thing I did have to do was to include the javascript just to get it to

Re: [WSG] Submenus anyone?

2005-09-02 Thread Phil Gohr
Iwould be interested in an example of a horizontal menu. TIA Phil I cant remember where I got it from but I use a xhtml and css based menu system, an example can be found at http://www.kevinarrowsmith.co.uk/menu/menu.htm It validates to xhtml1.1 and the css validates too, the only thing

RE: [WSG] Submenus anyone?

2005-09-02 Thread Kevin Arrowsmith
I found it on a site I am currently building for someone, the alignment isn't 100% in my opinion but it isn't far off but is work in progress. Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Gohr Sent: 02 September 2005 22:45 To:

Re: [WSG] Submenus anyone?

2005-09-02 Thread David Hucklesby
On Fri, 2 Sep 2005 14:44:42 -0700, Phil Gohr wrote:  I would be interested in an example of a horizontal menu. TIA Phil Hi Phil, you may be interested in this pure CSS solution from Thierry: http://www.tjkdesign.com/articles/dropdown/demo.asp Cordially, David -- David Hucklesby, on 9/2/2005

RE: [WSG] Text Size Statistics

2005-09-02 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: Tom Livingston [mailto:[EMAIL PROTECTED] Sent: Friday, 2 September 2005 11:02 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Text Size Statistics On Fri, 02 Sep 2005 03:44:33 -0400, Andreas Boehmer [Addictive Media] [EMAIL PROTECTED] wrote:

RE: [WSG] Text Size Statistics

2005-09-02 Thread Scott Swabey - Lafinboy Productions
Andreas Boehmer wrote In both cases the assumption is made that users have upgraded their machines to the latest technology. It's not so much a case of upgrading to the latest physical technology that is required though in many cases, but an upgrade simply in the browser. In almost all cases a

Re: [WSG] Submenus anyone?

2005-09-02 Thread Al Sparber
From: Stevio [EMAIL PROTECTED] To: Web Standards Group wsg@webstandardsgroup.org Sent: Friday, September 02, 2005 3:37 PM Subject: [WSG] Submenus anyone? Has anyone got any good examples of submenus that work good and are compliant with XHTML 1.0 strict? I've been using Project 7 menus but

Re: [WSG] Submenus anyone?

2005-09-02 Thread Al Sparber
From: Al Sparber [EMAIL PROTECTED] Which menu are you using? This will not happen with our commercial Pop Menu Magic system, guaranteed. Here is a demo site using the menu, let me know if you can get the menu to stick open - I sure can't :-) and this is the demo site :-)

Re: [WSG] css buttons only hot over text in ie

2005-09-02 Thread Thierry Koblentz
kvnmcwebn wrote: hello, that did the trick it would be nice if it worked with the width: auto; but its a lot better now if the whole buttons hot. I guess you meant *without* the width:auto... so I think I have good news for you ;) Try display:inline-block instead of width:auto HTH, Thierry |

Re: [WSG] Submenus anyone?

2005-09-02 Thread Phil Gohr
Thanks David, I will check it out. It looks at first glance like something I can use. Thanks again, Phil Hi Phil, you may be interested in this pure CSS solution from Thierry: http://www.tjkdesign.com/articles/dropdown/demo.asp Cordially, David -- David Hucklesby, on 9/2/2005

Re: [WSG] css buttons only hot over text in ie

2005-09-02 Thread Thierry Koblentz
Thierry Koblentz wrote: I guess you meant *without* the width:auto... so I think I have good news for you ;) Try display:inline-block instead of width:auto Or, better, remove the *extra* float declaration you have for these anchors ;-( That declaration *resets* the first one and you end up