I want to targer google chrome , firefox and opera Using HTML
i have this code for Internet Explorer
<!--[if IE ]> test <![endif]-->
waiting for good answer
thanks
I want to targer google chrome , firefox and opera Using HTML
i have this code for Internet Explorer
<!--[if IE ]> test <![endif]-->
waiting for good answer
thanks
firefox:
<!if firefox>
test
<![endif]>
chrome:
<!if chrome>
test
<![endif]>
opera
<!if opera>
test
<![endif]>