[wp-trac] [WordPress Trac] #6200: Admin Color Scheme option not shown on MSIE

WordPress Trac wp-trac at lists.automattic.com
Thu Mar 13 14:30:53 GMT 2008


#6200: Admin Color Scheme option not shown on MSIE
----------------------------+-----------------------------------------------
 Reporter:  Ozh             |       Owner:  iammattthomas
     Type:  defect          |      Status:  new          
 Priority:  normal          |   Milestone:  2.5          
Component:  Administration  |     Version:  2.5          
 Severity:  trivial         |    Keywords:  css msie6    
----------------------------+-----------------------------------------------
 See attached sshot: the "Admin Color Scheme" cells are not shown on MSIE6
 (this browser does not render empty <td>'s, needs to contain at least a
 &nbsp; or a transparent pixel.

 Something like
 {{{
 .form-table table.color-palette td {
         font-size:1px;
         line-height:1px;
 }
 }}}
 along with <td>&nbsp;</td> looks the same in Opera9.24 MSIE6 and FF2. A
 minor glitch on Opera is that cells are not spaced though (see 2nd
 screenshot), which I couldnt fix (even a hardcoded cellspacing="3" doesnt
 work, wtf)

 (btw, I'm assigning this to Matt Thomas because I guess it would end up
 into his basket, I hope I'm not doing wrong doing so)

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6200>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list