Border for table cell rollover

liunx

Guest
Hi, I have a navigation table with cells that change states using "onmouseOver" to add "style.border=('1px sold black');" . But this causes the navigation table cells to expand to include the 1px border, which in turn pushes the items in the table cell adjacent to the navigation. This makes for a jumpy look when the rollover is moused over. Any suggestions on how to stop the table cells from expanding and contracting on my "onmouseOver" and onmouseOut" states? Thanks!<!--content-->is the site online? or can we see some code<br />
<br />
well yeah it will do that as you just made the cell bigger. add the border but make it the same color as the orignal cell then when they mouse over it will not change the size but the color of the border.<!--content-->Hi there,<br />
<br />
On this table related to onMouseOut problem, the following code does not allow my mouse inside the table (attached), could you please show me how to make the table accessible of tables?<!--content-->because you can't do this<br />
<br />
<body onMouseOut=alert('Test');><br />
<br />
it has to go in the table<br />
<br />
<table onMouseOut=alert('Test');><!--content-->
 
Back
Top