Hi there,
There is a problem with my layout in IE and I need to have an if statement in there saying If the browser is IE, then set the margin to 0.
I know I can do this in the actual HTML.
But was wondering if it is possible to do this in the external CSS file.
I think i have seen this before, but I am not sure.
Thanks.
EDIT:
It is something like this, but i need it for all IE browsers:
There is a problem with my layout in IE and I need to have an if statement in there saying If the browser is IE, then set the margin to 0.
I know I can do this in the actual HTML.
But was wondering if it is possible to do this in the external CSS file.
I think i have seen this before, but I am not sure.
Thanks.
EDIT:
It is something like this, but i need it for all IE browsers:
Code:
/* Hides from IE-mac \*/
Last edited: