[WSG] Re: ScreenreaderVisibility issue - (was) CSS Rollover Flicker

2005-12-27 Thread tee
Hi Martin, thought you might want to know, further browsers testing shows that #siteOption li a span { position: absolute; left: -1000px; font-size: 1px; } causes entire menu disappears in Mac IE, because my site holds up quite nicely in this browser with no single

Re: [WSG] Re: ScreenreaderVisibility issue - (was) CSS Rollover Flicker

2005-12-27 Thread tee
A speculative thought: Would it be that the universal margin and padding declaration get in the way because it has highest specificity? * {margin: 0; padding: 0;} I only started using it very recently in three sites but two of them didn't require me to use extra classess for padding and

Re: [WSG] Re: ScreenreaderVisibility issue - (was) CSS Rollover Flicker

2005-12-27 Thread Martin Heiden
tee, on Tuesday, December 27, 2005 at 18:19 wsg@webstandardsgroup.org wrote: and this is the cure (without causing problem in PC' IEs): #siteOption li a span { text-indent: -16000px; font-size: 1px; } http://gb.lotusseeds.com/macie.html