I have been developing a new page which includes a series of tables.
The tables have a background image repeating on the y axis for the <table>. A background image for the <thead> and a background image for the <tfoot>
It works fine in all browsers except IE7 + IE8 - I have isolated the problem as: the repeating background image for the <table> is going above both the <thead> and <tfoot> - does anyone know how to fix this?
Any ideas welcome