Using multiple-class selectors in IE7 and IE8

后端 未结 2 555
灰色年华
灰色年华 2020-12-17 16:13

I know IE7 & IE8 supposedly have support for using multiple CSS class selectors, but I can\'t seem to get it to work.

CSS:

.column {
  float: lef         


        
2条回答
  •  粉色の甜心
    2020-12-17 16:46

    You want to make sure and use a doc type so you do not render in quirks mode. For example:

    
    
    
    Test Page
    
    
    
    
    Two Columns
    Three Columns
    Four Columns

提交回复
热议问题