Okay, so you know the buttons on the top:
new topic ... profile ... search ... help ... etc
Well, in Internet Explorer when you move your mouse over them it turns to the hand, but in Firefox it doesn't, it stays as a pointer.
My guess is that the CSS is improperly implemented. You should change it to:
"default" for the regular pointer and
"pointer" for the hand
Those are the official CSS standards, and they work in both browsers, not just IE.
new topic ... profile ... search ... help ... etc
Well, in Internet Explorer when you move your mouse over them it turns to the hand, but in Firefox it doesn't, it stays as a pointer.
My guess is that the CSS is improperly implemented. You should change it to:
"default" for the regular pointer and
"pointer" for the hand
Those are the official CSS standards, and they work in both browsers, not just IE.