Quote Originally Posted by alhakeem2001 View Post
Do you mean that:
USAGE
1. Copy and paste the line below, inside <head> and </head> tag
<script src="css_browser_selector.js" type="text/javascript"></script>

2. Set CSS attributes with the code of each browser/os you want to hack
Examples:

html.gecko div#header { margin: 1em; }
.opera #header { margin: 1.2em; }
.ie .mylink { font-weight: bold; }
.mac.ie .mylink { font-weight: bold; }
.[os].[browser] .mylink { font-weight: bold; } -> without space between .[os] and .[browser]

It doesn't say anything to me ! First I'm not that expert, second Which < head> tags you are talking about ! There are many of them on my tamplate ?
The call for the browser selector script is already included in the template package.

You will put your new rules for example in as: .ie8 selector{declaration}

Thanks,

Anne