Forum Moderators: open
When I set a background image for a cell of a table, doing this by setting BACKGROUND attribute to TD tag in HTML (not valid - I know) or making this with background-image: in css, it always looks in IE6 as the cell has its background OK but the background image is displayed once more under this cell but only 4 px high.
In firefox it looks OK.
The table has cellspacing=0 cellpading=0, i tried make the same with css too (padding: 0; border-collapse: collapse; )
Can somebody advice pls?
style="background-image: url(image.jpg); background-repeat: no-repeat; background-position: center center;"
More info can be found at [w3schools.com ] :)