Hello
I have wish to have a table where all borders (internal/external) are a single pixel in width, I achieve this by setting the border-collapse style on the table.
Then I wish to onmouseover each TD cell, changing the border-color to a different color. This works fine if the table border has not been collapsed. But if you collapse the border then it fails to work.
However if I don't collapse the border then I can't get a single pixel width border!
So is this impossible?
EDIT: To clarify, when using border-collapse, and setting TD border color, only the right and bottom border are set.
EDIT EDIT: I ended up implementing this changing the background on mouseover. The background GIF is a white box with a border. UUUUGGH! Works perfectly in all browsers though ...