Hi,
Most javascript menus have CSS to style the menu. Things you could try are to put the position to relative
Code:
menu{
position:relative;
}
if that doesn't work you can try to experiment with !important in your CSS.
Code:
menu{
width:300px!important;/*Only firefox will use this*/
width:100px;/*This will apply for IE*/
}
I am not sure of the same effect will work on Netscape but i think Netscape and Firefox behave the same.
__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.