Eric Cute 33 Posting Whiz in Training

can anyone help me with my problem..

im basically creating a jsp page with two parts.

First is the menu which is located on the left side and then the full page on the right.

im using tables and not frameset. table have frame="rhs" for a vertical line to seperate the two pages.

the menu and the full page are two seperate jsp pages which i called using jsp include.

page looks like this.

(menu) (page)

link 1 | full page text here
link 2 | text here


the menu page are consisted of links. whenever user hover over the link i changed the font size to 150%. the problem is the rhs line moves to the right and thus creating a "flowing effect" on the other jsp (page).

on hover, page looks like this

(menu) (page)

link 1 | full page text here
link 2 | text here

is there a way so that when the font size of the link change, the rhs line will still be on its original position and the other page will not move??

tnx in advance....