[wp-trac] [WordPress Trac] #13643: [twentyten] CSS RTL conflict with "Skip to content" accessibility link
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 11 22:02:44 UTC 2010
#13643: [twentyten] CSS RTL conflict with "Skip to content" accessibility link
--------------------------+-------------------------------------------------
Reporter: Ornani | Owner: yoavf
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: WordPress.org site
Component: Themes | Version: 3.0
Severity: normal | Keywords: needs-rtl
--------------------------+-------------------------------------------------
Comment(by iandstewart):
This isn't the double-margin bug (it only affects floated elements with
margin on the same side as the float) but it's still IE6 weirdness. These
two elements inherit their width from the parent element and then we're
pushing it over with margin. Every other browser hides the overflow on the
right. IE6, of course, doesn't. That's what we're seeing. Adding a width
12px less than the margin should fix this IE6 w/o any problems in modern
browsers.
`
#access .menu-header,
div.menu {
font-size: 13px;
margin-left: 12px;
width: 928px;
}
`
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13643#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list