How can I hide horizontal scroll bar in Firefox?

I’ve got it hidden for IE but the same CSS does not work for Firefox.

html,body {overflow-x: hidden;}

As a note: The reason I get the horizontal scroll bars is because i have a layer that extends paste the 800 pixel width of my site, this is to hide a dhtml layer the slids in and out.