label for[…] not recognised by IE8

后端 未结 5 1468
别跟我提以往
别跟我提以往 2021-01-25 13:10

I have the css below:

span label[for=Length]
{
width: 90px; 
display: block;
text-align:right; 
margin-top: 2px;
margin-right: 5px;
}

with the

5条回答
  •  孤城傲影
    2021-01-25 13:43

    .label1
    {
    width: 90px; 
    display: block;
    text-align:right; 
    margin-top: 2px;
    margin-right: 5px;
    }
    
    Length:
    
    

提交回复
热议问题