[wp-trac] [WordPress Trac] #13643: [twentyten] CSS RTL conflict with "Skip to content" accessibility link

WordPress Trac wp-trac at lists.automattic.com
Mon May 31 13:40:13 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:  3.0      
Component:  Themes        |     Version:  3.0      
 Severity:  normal        |    Keywords:  needs-rtl
--------------------------+-------------------------------------------------

Comment(by Ornani):

 I have found another CSS bug, but it's kind of tiny so I didn't open a new
 ticket for it.
 In IE6, the menu is not rendered properly. Screenshot taken from
 http://2010dev.wordpress.com/ (you can visit it using IE6 to see it for
 yourself):
 http://i47.tinypic.com/2ebctig.jpg

 The fix is the following (added to style.css):
 {{{
 * html #access .menu-header,
 * html div.menu {
         display: inline;
 }
 }}}

 This is caused by a very known IE6 bug, just google for something like
 "IE6 float double margin".

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13643#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list