RE: [WSG] DHTML Menus

2009-02-18 Thread Grant Bailey
Kristine,
 
This link might provide some guidance (although query whether
respondents to the survey were typical web users rather than experts):
http://www.w3schools.com/browsers/browsers_stats.asp
 
Regards,
Grant Bailey

-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org]
On Behalf Of Kristine Cummins
Sent: Wednesday, 18 February 2009 6:01 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] DHTML Menus



I've recently seen some arguments against the use of DHTML menus for
accessibility issues. How much is this an issue.. What is the percentage
of population that does not have javascript enabled? Any other thoughts
on the topic?

Thanks,
Kristine


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

[WSG] Issue with breadcrumbs and FX

2009-02-18 Thread Lynette Smith

Good morning

Have just started a site and run into a strange problem  - strange 
because IE  is rendering the page as it should be and other browsers are 
not.


http://www.westernwebdesign.com.au/wsgtest/wsuits.html

The breadcrumb bar should  sit at the bottom of  the #main content - in 
FX, Opera and Safari it seems to be broken in two - half sits on top of 
the #main content which is a collection of thumbnails  and half sits 
underneath.  On similar pages where I have not added thumbnails it sits 
where it should.  It would seem it is   #ul.img that is causing the 
problem though I can't work out why particularly as IE is OK with it.


Thanks

Lyn

www.westernwebdesign.com.au
Affordable Web Design  Perth


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Issue with breadcrumbs and FX

2009-02-18 Thread William Donovan
why not have the background on the breadcrumb div instead of a span that has
an absolute position and a width of 10 and multiple layers of background
images.


William Donovan
mobile: 0403 263 284


2009/2/19 Lynette Smith smithlyne...@bigpond.com

  Good morning

 Have just started a site and run into a strange problem  - strange because
 IE  is rendering the page as it should be and other browsers are not.

 http://www.westernwebdesign.com.au/wsgtest/wsuits.html

 The breadcrumb bar should  sit at the bottom of  the #main content - in FX,
 Opera and Safari it seems to be broken in two - half sits on top of the
 #main content which is a collection of thumbnails  and half sits
 underneath.  On similar pages where I have not added thumbnails it sits
 where it should.  It would seem it is   #ul.img that is causing the problem
 though I can't work out why particularly as IE is OK with it.

 Thanks

 Lyn

 www.westernwebdesign.com.au
 Affordable Web Design  Perth

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Issue with breadcrumbs and FX

2009-02-18 Thread William Donovan
I just found this:

If you remove the float it all works fine

ul#img {tb.css (line 232)
*float:left;*
font-size:0.76em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:99%;
}

I use the Firebug plugin for Firefrox (FF) - it is a must have for web
developers finding bugs



William Donovan
mobile: 0403 263 284


2009/2/19 William Donovan donovan.will...@gmail.com

 why not have the background on the breadcrumb div instead of a span that
 has an absolute position and a width of 10 and multiple layers of background
 images.


 William Donovan
 mobile: 0403 263 284


 2009/2/19 Lynette Smith smithlyne...@bigpond.com

  Good morning

 Have just started a site and run into a strange problem  - strange because
 IE  is rendering the page as it should be and other browsers are not.

 http://www.westernwebdesign.com.au/wsgtest/wsuits.html

 The breadcrumb bar should  sit at the bottom of  the #main content - in
 FX, Opera and Safari it seems to be broken in two - half sits on top of the
 #main content which is a collection of thumbnails  and half sits
 underneath.  On similar pages where I have not added thumbnails it sits
 where it should.  It would seem it is   #ul.img that is causing the problem
 though I can't work out why particularly as IE is OK with it.

 Thanks

 Lyn

 www.westernwebdesign.com.au
 Affordable Web Design  Perth

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***