Hello Guys,
I need help to modify the VIII template only when displayed in IE. I added a position on the top of my template where I will display an ad for Firefox.
However, when the module is displayed, the background of VIII stay in place and there is a problem with the menu. Then, to solve the problem, I need to use this code only for IE:
body background:#F4F4F4 url(../images/style15/bg.png) repeat-x scroll 0pt 27px;
color:#333333;
}
body
font-family:Arial,Helvetica,sans-serif;
line-height:135%;
padding-top:27px;
Like you see I added a padding-top for the bg in the code and the template works fine with the new top position enabled.
I know I must use the IE exception:
My question is where I have to create this exception? I think it's necessary to create an ie.css file first then add the exception code in the index.php of the template. I'm right? So, what is the right code I have to add?
Hope you will understand what I'm trying to do ! 
Thx in advance