aditional css style - ie only commands


Author Message
xyzyx

Posted: 2/4/2011
Quote message 

Hello, <br><br>

I'm adding additional css style in the artisteer 3.0 and I'have a question.
How to mark commands that only IE should read?
For example I have something like this:<br><br>
position: relative;<br>
...next command;<br>
...next command;<br>
left: -5px;<br>
top: -5px;<br><br>

And now, all commands should be readable by any browser beside the two last commands "left and top". This two has to be readable only by IE.
How can I do this with artisteer? How to mark those commands only for IE?<br><br>

Many thanks<br>
xyzyx

 
www

Posted: 2/10/2011
Quote message 

You answered your own question.

Top and left for IE7, margin-top:0; - margin-left:0; for rest of browsers.
Say you want -5 just for IE7.

You cannot tweak for all IE, IE8 and IE9 Beta are totally different.
 
www

Posted: 2/10/2011
Quote message 

And put top only in IE6, IE7 CSS files. If you want for IE8,9 too, read at Google how to force IE8,9 to pick separat stylesheets.