Hello people,
Well, i have added a lot of custom html in my website, with a lot of javascripts etc, but it only works on Safari, Chrome,Firefox, and IE8+. How do i make it possible for that code to load only on that specific browsers, because i dont want to block the other people who browse with IE6 & IE7.
For example, when i want something to be loaded only o IE6, i put: <!--[if IE 6]>
<script type="text/javascript" src="unitpngfix.js"></script>
<![endif]-->
I want to create different stylesheets for every browser, so every client will be satisfied, but how do i create a stylesheet for firefox for example?<!--[if Firefox]>
bla bla bla
<![endif]-->
Whats the correct way?
Thanks,
Artemis