Forum Moderators: open

Message Too Old, No Replies

Border for table cell rollover

         

svoltmer

4:55 pm on Sep 11, 2003 (gmt 0)

10+ Year Member



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!

korkus2000

6:49 pm on Sep 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I would use a border right from the start and use the background color to style the border with. That way it doesn't change the size since it is there it just isn't visable.