On 12/2/05, Michael Hulse <[EMAIL PROTECTED]> wrote: > I guess what I meant by "Not too sure of a workaround" was that I do > not no how to fix a Firefox JS bug (if it is one, I am just making a > big fat guess...). Conditional comments are a temp fix... although, for > the Suckerfish JS, I agree, it is a very good idea just to feed it to > IE... > > If it is a bug though, one would hope they would fix the problem rather > than have us web-developers hide JS from Firefox... I am sure it > happens with other scripts where the JS needs to be read by Firefox... > Specifically, I think the problem has to do with the > "document.getElementById".
I think it's actually that there is something wrong with the JS. IE is very forgiving about JS, but Firefox is not! If you are using 1.5, you should see a red exclamation mark in the top right corner everytime there is a JS error. This means that there was a problem in the JS, and FF skipped it, whereas IE will let it run. I've found that most scripts that do not work in FF work fine once they are scripted correctly. -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
