Is it possible to detect Firefox Browser only with CSS like IE?
for example, IE browser can be detected like:
<!--[if IE 7]>
/* IMPORTING CSS FOR IE */
<![endif]-->
Can be Firefox browser detected like this code?
|
Is it possible to detect Firefox Browser only with CSS like IE? for example, IE browser can be detected like:
Can be Firefox browser detected like this code? |
|||||||||||||||
|
|
Not that I know of, but you can try this:
This website has more options as well You can place this in your CSS file or between your |
||||