Can someone explain why I am generating a horizontal scroll bar at
1024 width?
http://www3.andersrice.com/
Thanks,
Dean
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe:
Hi Dean,
Not sure what these two styles are actually doing but it looks like
they're the cause within your menu.css
#p7TBMsub03 { padding: 0 0 0 150px; }
#p7TBMsub04 { padding: 0 0 0 210px; }
Removing them seems to fix the problem with no adverse effect.
Cheers
Dave
- - - - - - - - - -
Dave
Actually, further investigation, I've spotted what's happening.
You're hiding the submenu's using this
.p7TBMsub {
position: absolute;
visibility:hidden;
left: 0;
top: 0;
width: 100%;
}
But then you're forgetting that the 100% width is being combined with
visibility: hidden does hide the content from screen readers the same as
display:none does.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Dave Woods
Sent: 24 October 2007 22:04
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Minimum width help
visibility: hidden does hide the content from screen readers the same as
display:none does.
And it may get your site banned from search engines if overused:
http://www.google.com/support/webmasters/bin/answer.py?answer=66353
What I've done for accesskey code is use this:
position: absolute;
On Oct 24, 2007, at 5:04 PM, Dave Woods wrote:
You could take my original suggestion and remove the padding but the
better suggestion would be just to remove the width: 100%;
Thanks for the assist Dave.
***
List Guidelines:
Not in Safari Dean!
Tom
On 24 Oct 2007, at 21:05, Dean Matthews wrote:
Can someone explain why I am generating a horizontal scroll bar at
1024 width?
http://www3.andersrice.com/
Thanks,
Dean
***
List Guidelines: