Change CSS according to Browser?
-
Hi I developed a website with CSS.It is working fine on IE(IE7). But when I browse the same thing on Mozilla, some CSS properties like Backgroung image to a Header etc. are not working fine. So can I switch to CSS between different browsers.
I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu
-
Hi I developed a website with CSS.It is working fine on IE(IE7). But when I browse the same thing on Mozilla, some CSS properties like Backgroung image to a Header etc. are not working fine. So can I switch to CSS between different browsers.
I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu
You can - it's a hack, but it is possible:
<!-- [if IE 7]><link rel=...><![endif]-->
By the way, this is the wrong forum for this question. It should be on the Web Development forum.
Deja View - the feeling that you've seen this post before.