the
http://hisbodylife.com/ssmItems.js has this,,
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=70; // no quotes!!
XOffset=0;
staticYOffset=60; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="#FFFCF7";
hdrBGColor="#2B2B89";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="3";
linkBorder="1px solid #000"; try adding this to see if it works, you will have to take out the
menuBGColor="#000000"; or make the border
3px to make it show up.
linkBGColor="#131370";
linkOverBGColor="#5959C6";
linkTarget="_top";
linkAlign="Left";
barBGColor="#32328D";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="top";
barWidth=30; // no quotes!!
barText=" Menu"; // tag supported. Put exact html for an image to show.
///////////////////////////
mark