Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • bi0dileet Friend
    #157864

    Hi guys,
    I wonder is it possible to create invidual css only for IE ? I’m talking about template.css
    Thanks in advance

    thuanlq Friend
    #368865

    Hi,
    To create individual css only for IE, i create a css file and check if current browser is IE i link to this file, there styles affect only for IE.
    exm: i want override template.css i did as following:
    – Create file “template-ie.css” on same folder, and define style only for IE.
    – On html code after require link “template.css”, add the conditionnal commant


    <link type="text/css" href="templates/my template name/css/template.css" rel="stylesheet">
    <!-->
    <link type="text/css" href="templates/my template name/css/template-ie.css" rel="stylesheet">
    <!-->

    You can find more about css conditional commants on site http://www.quirksmode.org/css/condcom.html

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  thuanlq 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum