Quote:
I'm making a website that contains CSS that only works in Firefox 3.5+ and Safari 4+
I would like to redirect people to my home.htm if they have either FF 3.5+ or Safari 4+.
If they have any other kind of browser or version, I would like them redirected to sorry.htm
You are going about this all wrong. Javascript and redirecting is NOT the correct solution here, the solution is to fix the css (without javascript!) to work in IE as well as FF & Safari. Believe it or not, it can be done relatively easily and is not really as hard as the javascript solution.