I have a repeating background which displays perfectly in FF however the overflow: auto; which is used to achieve the repeating effect does not appear to make an effect when viewed in IE for some reason... any ideas? Here the URL: http://www.voisd.com/sst
Not sure I am following, but try forcing browser scrollbars in firefox by adding the following css bit, I assume you are trying to match the background lines with the ones surrounding the content block: body { height: 100%; margin-bottom: 1px; } Code (markup):