How to center text in an inline-block span on lte firefox 2?
        Posted  
        
            by Knu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Knu
        
        
        
        Published on 2010-06-03T00:54:31Z
        Indexed on 
            2010/06/03
            1:14 UTC
        
        
        Read the original article
        Hit count: 328
        
I have 3 spans inside a div.
- text-align:centerisn't working (tried on the parent too)
- text-align: -moz-centerneither (on ff2)
- i have to use spans
- no floats
- -moz-inline-boxor- -moz-inline-stack?
- with -moz-inline-blockit's working but the 2nd and 3rd spans clear left…
Anyone got an idea? (fixing #6 is an alternative)
© Stack Overflow or respective owner