Different CSS files for Different Browsers

前端 未结 10 1018
情深已故
情深已故 2020-12-17 07:48

I want to use different CSS files for different browser types. Is there any simple HTML code which can detect different types of browsers and include CSS files accordingly?<

10条回答
  •  悲哀的现实
    2020-12-17 08:00

    This is a javascript type thing. Javascript is very good for browser selection. Just use the browser detection to point to a different css file.

    Put something like this in the head:

    
    

    I can't confirm the js but that is along the lines of what you need to do.

提交回复
热议问题