how to make sure select option text align in the center in IE?
        Posted  
        
            by WilliamLou
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by WilliamLou
        
        
        
        Published on 2009-12-15T23:06:57Z
        Indexed on 
            2010/06/02
            11:04 UTC
        
        
        Read the original article
        Hit count: 294
        
select,option{text-align:center;}
works in FF, but not in IE(at least 8.0), how could I make sure that the text align in the center for IE8.0? Thanks!!!
© Stack Overflow or respective owner