How to avoid jumpings when change border style
I have a problem: I have a table with one row. I each <td> element I have bitmap. The border style for <t> is set to 'none'. When I bring a mouse over border style changes to 'outset' and with mouse out it is set to 'none' again. The problem is when the border style changes the right <td>s jump a little. I guess, it happens because the width of the <td> changes and positions of the right <td>s are getting adjusted. I don't know how to fix this jumps, I want to avoid it.
Thank you in advance.
|