A js / jQuery script that redirects based on browser

Hello,
I am encountering some serious issues with the inability to not style html elements in firefox and opera.
More of my issues is describe in the this post that I posted as a new thread in the css forum.

But, I was wondering that if I can not find an html/css hack could someone here help me write a script that redirects a viewer to a separate page or directory if they are using firefox or Opera.

This is in completely pseudo-code, but something like this:
if(browser.equals(“firefox”))
{
sendUserTo(“http://mysite.com/html4/index.html”);
}

I would really appreciate it if someone can help me write this script.

Please reply or contact me with any questions, comments, concerns, or solutions

Thanks in Advance and Best Regards,
Team 1504.

I see Paul replied to you in the CSS forums already.

Hi suggestion should do the trick :cool:

Thank you for the help though. :slight_smile:

Regards,
Team 1504