Scrolling Background in a DIV in Firefox

I’m working on a page where I have a repeated background in a div. The div is 500px tall and the overflow has been set to auto. Inside of the div i have a table with rows that are taller than the div and therefore a scroll bar appears. My problem occurs when I try to scroll the div. I want the background to scroll with the table, but in firefox it is fixed. The table contents just scroll over it. In IE the background scrolls with the table as it should. Is there something special I have to do in Firefox to get the background to scroll? Thanks.

-B