html5shiv not working in IE8?

前端 未结 3 1404
遥遥无期
遥遥无期 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:40

    Move the shiv before the style declarations.

    To increase performance in modern browsers, you might want to use conditional comments for the shiv.

    
    
        
            
            
            Template
    
            
    
            
        
        
            
    HTML5 HEADER

提交回复
热议问题