RE: [WSG] hiding styles from Mac IE5 : how to?

2004-05-15 Thread Jeff Lowder - Accessibility 1st
This is probably a good place to start: http://www.macedition.com/cb/ie5macbugs/ Cheers Jeff Lowder Accessibility 1st Website: www.accessibility1st.com.au Blog: www.accessibility1st.com.au/journal/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James

RE: [WSG] Good DOM tutorial?

2004-05-24 Thread Jeff Lowder - Accessibility 1st
Hi Rev This is probably a good one to start on. http://www.w3schools.com/dhtml/default.asp Cheers Jeff Lowder Accessibility 1st Website: www.accessibility1st.com.au -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rev. Bob 'Bob' Crispen Sent: Tuesday, 25

RE: [WSG] lotus domino vs doctype

2004-06-02 Thread Jeff Lowder - Accessibility 1st
Jeff Lowder Accessibility 1st Website: www.accessibility1st.com.au Blog: www.accessibility1st.com.au/journal/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of matt sawkill Sent: Thursday, 3 June 2004 12:26 PM To: [EMAIL PROTECTED] Subject: [WSG] lotus

RE: [WSG] lotus domino vs doctype

2004-06-03 Thread Jeff Lowder - Accessibility 1st
as the first node in the document. Cheers On 3 Jun 2004, at 13:47, Jeff Lowder - Accessibility 1st wrote: With regard to the DOCTYPE, you could use a DOM script to re-write it, if you like (I'd be wary though - you might end up with more in-valid pages than not). I would first start

RE: [WSG] IE... grrr

2004-06-03 Thread Jeff Lowder - Accessibility 1st
Hi Steve, IE commonly has problems with 100% width. Thisll fix it. #calendar { color: #66; line-height: 140%; padding: 2px; text-align: center; width: 100%; } Cheers Jeff Lowder Accessibility 1st Website: www.accessibility1st.com.au Blog

RE: [WSG] Site breaking in Mozilla

2004-06-05 Thread Jeff Lowder - Accessibility 1st
://www.hicksdesign.co.uk/journal/2004/05/3d_css_box_model/index.php And here: http://www.redmelon.net/tstme/box_model/ And this is a good one to show the differences between IE and standards based browsers. http://tantek.com/CSS/Examples/boxmodelhack.html Cheers Jeff Lowder Accessibility 1st

RE: [WSG] What Editors do you guys use?

2004-06-05 Thread Jeff Lowder - Accessibility 1st
On Windows I use Homesite+ or XML SPY for HTML stuff Topstyle Pro for CSS stuff (great combination), sometimes I use HTML-Kit as well (free-be product) I also use BBEdit on Mac Cheers Jeff Lowder Accessibility 1st Website: www.accessibility1st.com.au Blog: www.accessibility1st.com.au/journal

RE: [WSG] Site breaking in Mozilla

2004-06-06 Thread Jeff Lowder - Accessibility 1st
/logo_banner.jpg width=600 height=100 alt=Texas Dental Hygienists' Association / /div Cheers Jeff Lowder Accessibility 1st Website: www.accessibility1st.com.au Blog: www.accessibility1st.com.au/journal/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [WSG] Help with IE 6

2004-06-06 Thread Jeff Lowder - Accessibility 1st
This is your problem:#navcontainer li a{display: block;padding: 5px 5px 5px 0.5em;border-left: 10px solid #326263;border-right: 10px solid #92C6C7;background-color: #498485;color: #EDF7F8;text-decoration: none;width: 100%; - you dont need this} Cheers Jeff Lowder Accessibility 1st

RE: [WSG] Help with IE 6

2004-06-07 Thread Jeff Lowder - Accessibility 1st
You now have a problem that it doesnt look correct in IE5 without the 100% So maybe do something like in the actual page: !--[if IE 5] style type=text/css media=screen#navcontainer li a{width: 100%;}/style![endif]-- Cheers Jeff Lowder Accessibility 1st Ph: 02 9570 9875

RE: [WSG] new window losing it's anchor place

2004-06-07 Thread Jeff Lowder - Accessibility 1st
to make sure it's available via keyboard only. Cheers Jeff Lowder Accessibility 1st Website: www.accessibility1st.com.au Blog: www.accessibility1st.com.au/journal/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Phillips, Wendy Sent: Tuesday, 8

RE: [WSG] height problem in firefox

2004-06-09 Thread Jeff Lowder - Accessibility 1st
If you read this tutorial at A List Apart, it'll show you how to achieve what you want. http://www.alistapart.com/articles/fauxcolumns/ Cheers Jeff Lowder Accessibility 1st Website: www.accessibility1st.com.au Blog: www.accessibility1st.com.au/journal/ -Original Message- From: [EMAIL

RE: [WSG] Accessability testing

2004-06-24 Thread Jeff Lowder - Accessibility 1st
Hi James I personally find that Cynthia is a better automated tool than Bobby - and it certainly helps you find fix up errors quicker, although I still really prefer to do accessibility testing myself by using Jaws Lynx. Cheers Jeff Lowder Accessibility 1st Website

Re: [WSG] CSS Roundbox

2005-01-10 Thread Jeff Lowder - Accessibility 1st
I would use Roger's one: http://www.456bereastreet.com/lab/teaser/flexible/ Cheers Jeff Lowder Accessibility 1st E-mail: [EMAIL PROTECTED] Website: http://www.accessibility1st.com.au On 11/1/05 10:59 AM, Lori Leach [EMAIL PROTECTED] wrote: I have a design that am coding, and I need to make

Re: [WSG] CSS Roundbox

2005-01-10 Thread Jeff Lowder - Accessibility 1st
out on this particular design project! Lori Leach ZenfulCreations http://www.zenfulcreations.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeff Lowder - Accessibility 1st Sent: Monday, January 10, 2005 7:12 PM To: wsg

Re: [WSG] CSS Roundbox

2005-01-10 Thread Jeff Lowder - Accessibility 1st
Hi Lori I've put a working solution up on my blog: http://www.accessibility1st.com.au Hope this helps Cheers Jeff On 11/1/05 2:37 PM, Lori Leach [EMAIL PROTECTED] wrote: Terrence, Forgot to add, that the reason it wont work, is that in Roger's both his borders are the same. On mine, the

Re: [WSG] Class -vs- ID

2005-01-12 Thread Jeff Lowder - Accessibility 1st
IDs have higher specificity is another. You can link/anchor to them that way. Cheers Jeff On 13/1/05 1:23 PM, Chris Stratford [EMAIL PROTECTED] wrote: Just wondering. I was asked for the first time yesterday, what the big difference and advantage to using an ID over a CLASS was... I know

Re: [WSG] Heading without line break

2005-01-24 Thread Jeff Lowder - Accessibility 1st
display: inline Cheers Jeff Lowder Accessibility 1st E-mail: [EMAIL PROTECTED] Website: http://www.accessibility1st.com.au On 25/1/05 12:31 PM, Ryan Sabir [EMAIL PROTECTED] wrote: Heya? How would I tell a stylesheet to not put a line break at the end of an Hx tag? e.g. h3My heading

Re: [WSG] IE6 and my sidebar

2005-02-04 Thread Jeff Lowder - Accessibility 1st
Hi Kim The problems lies in the #content statement in layout.css If you change margin-left: 30px TO margin: 0 200px 0 30px; get rid of the width: 420px; then it'll be more flexible. Cheers Jeff Lowder Accessibility 1st Ph: 02 9570 9875 Mobile: 0419 350 760 E-mail: [EMAIL PROTECTED] Website

Re: [WSG] Another plea for help: FF1.0 render problem

2005-02-06 Thread Jeff Lowder - Accessibility 1st
Hi Leslie Your problem occurs when you have the border-top: 0; after the border statement. If you take this out, it then works the same as in other browsers, strange I know. Hope this helps. Cheers Jeff Lowder Accessibility 1st Ph: 02 9570 9875 Mobile: 0419 350 760 E-mail: [EMAIL PROTECTED

Re: [WSG] Navigation using list tags and Screen Readers...

2005-02-09 Thread Jeff Lowder - Accessibility 1st
this helps. Cheers Jeff Lowder Accessibility 1st E-mail: [EMAIL PROTECTED] Website: http://www.accessibility1st.com.au From: [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org Date: Wed, 9 Feb 2005 08:30:29 -0600 To: wsg@webstandardsgroup.org Cc: [EMAIL PROTECTED] Subject: [WSG] Navigation

Re: [WSG] linking to style sheet - how best?

2005-02-17 Thread Jeff Lowder - Accessibility 1st
sort of figure in with what I send you. Have a great weekend. Cheers Jeff Lowder Accessibility 1st Ph: 02 9570 9875 Mobile: 0419 350 760 E-mail: [EMAIL PROTECTED] Website: http://www.accessibility1st.com.au http://www.mozilla.org/products/firefox/ DISCLAIMER: This e-mail and any files

Re: [WSG] innerHTML and javascript

2005-02-23 Thread Jeff Lowder - Accessibility 1st
Hi Alan I doubt it, even though it is probable the fastest method, it goes against the node-centric ways of the W3C DOM. Even though it isn't in the W3C DOM spec, the browser manufacturers have still implemented it, so it'll still work cross browser. Cheers Jeff Lowder Accessibility 1st E-mail

Re: [WSG] Floated list items not floating on a Mac

2005-02-24 Thread Jeff Lowder - Accessibility 1st
It's only happening in Mac IE, anyway instead of having the Lis float left, change it to 'display: inline' and this fixes the problem. Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au From: Seona Bellamy [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org

Re: [WSG] Floated list items not floating on a Mac

2005-02-24 Thread Jeff Lowder - Accessibility 1st
Replied off list Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au From: Seona Bellamy [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org Date: Fri, 25 Feb 2005 13:57:56 +1100 To: wsg@webstandardsgroup.org Subject: RE: [WSG] Floated list items not floating

Re: [WSG] getting two colums to be of the same height

2005-02-27 Thread Jeff Lowder - Accessibility 1st
Check Roger's article out: http://www.456bereastreet.com/archive/200406/equal_height_boxes_with_css_par t_ii/ Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au From: Marco van Hylckama Vlieg [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org Date: Mon, 28

Re: [WSG] getting two colums to be of the same height

2005-02-27 Thread Jeff Lowder - Accessibility 1st
The only other way that I can think of is with JavaScript 'offSetHeight' Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au From: Marco van Hylckama Vlieg [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org Date: Mon, 28 Feb 2005 01:02:04 +0100 To: wsg

Re: [WSG] getting two colums to be of the same height

2005-02-27 Thread Jeff Lowder - Accessibility 1st
Sorry for not putting a reference there: http://www.bobbyvandersluis.com/articles/presentationaljavascript.php Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au From: Jeff Lowder - Accessibility 1st [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org Date

Re: [WSG] Site check (esp. Mac): One House

2005-02-27 Thread Jeff Lowder - Accessibility 1st
Hi Seona Mac Ie5 is having a real problem with the #mainNav ul {position: absolute} change this to float left and it should fix everything up. This shouldn't affect any other browsers. Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au From: Seona Bellamy

Re: [WSG] Site check (esp. Mac): One House

2005-02-27 Thread Jeff Lowder - Accessibility 1st
All looks good now. Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au From: Seona Bellamy [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org Date: Mon, 28 Feb 2005 12:20:49 +1100 To: wsg@webstandardsgroup.org Subject: RE: [WSG] Site check (esp. Mac): One

Re: [WSG] Site check (esp. Mac): One House

2005-02-27 Thread Jeff Lowder - Accessibility 1st
Exactly what happened to me :) Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au From: Jan Brasna [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org Date: Mon, 28 Feb 2005 02:42:08 +0100 To: wsg@webstandardsgroup.org Subject: Re: [WSG] Site check (esp

Re: [WSG] Acronym within th Screen Readers

2005-03-16 Thread Jeff Lowder - Accessibility 1st
Sorry guys, it really should be marked up as follows: th abbr=Cascading Style Sheet scope=colCSS/th You could even put aq title attribute in there as well if you like. Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au From: Gez Lemon [EMAIL PROTECTED] Reply

Re: [WSG] Acronym within th Screen Readers

2005-03-16 Thread Jeff Lowder - Accessibility 1st
@webstandardsgroup.org Subject: Re: [WSG] Acronym within th Screen Readers Jeff Lowder - Accessibility 1st wrote: Sorry guys, it really should be marked up as follows: th abbr=Cascading Style Sheet scope=colCSS/th You could even put aq title attribute in there as well if you like. Not to be picky

Re: [WSG] looking for an accessibility reference on why text-only is bad

2005-06-29 Thread Jeff Lowder - Accessibility 1st
Good article: http://www.mikeindustries.com/blog/archive/2005/01/server-side-accessibility Cheers Jeff Lowder Accessibility 1st Ph: 02 9570 9875 | Mobile: 0419 350 760 E-mail: [EMAIL PROTECTED] | Website: http://www.accessibility1st.com.au From: Kay Smoljak [EMAIL PROTECTED] Reply-To: wsg