Jquery .show() and .hide() or even .css({"display":"none"}); not working in firefox?
- by tarnfeld
For some odd reason the part where objects are shown and hidden in my script doesn't seem to be working. I'm not sure if its the fact firefox doesn't like that or whether its the function-based code I have (to save duplicating lines of code)?
There is a working example here and the javascript is here
All help appreciated