html5shiv not working in IE8?

前端 未结 3 1377
遥遥无期
遥遥无期 2021-01-11 21:05

I can\'t get styles to pick up in IE8 with HTML5 elements. I\'ve trawled stackoverflow and Google, no suggestions I\'ve tried work.

I started with a much more elabor

3条回答
  •  悲&欢浪女
    2021-01-11 21:54

    I had a similar problem, but my issue had to do with IE conditional comment syntax.

    
    
    
        
        HTML5 Shim Test
    
        
    
        
    
    
    
        
    
    
    

    Did you notice the space between ] and > in

    热议问题