initial commit
This commit is contained in:
41
production/site/javascript/ssmItems_resources.js
Executable file
41
production/site/javascript/ssmItems_resources.js
Executable file
@@ -0,0 +1,41 @@
|
||||
<!--
|
||||
|
||||
/*
|
||||
Configure menu styles below
|
||||
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
|
||||
*/
|
||||
YOffset=40; // no quotes!!
|
||||
XOffset=13;
|
||||
staticYOffset=15; // no quotes!!
|
||||
slideSpeed=10 // no quotes!!
|
||||
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
|
||||
menuBGColor="#333333";
|
||||
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
|
||||
menuWidth=130; // Must be a multiple of 10! no quotes!!
|
||||
menuCols=2;
|
||||
hdrFontFamily="arial";
|
||||
hdrFontSize="2";
|
||||
hdrFontColor="white";
|
||||
hdrBGColor="#666666";
|
||||
hdrAlign="center";
|
||||
hdrVAlign="center";
|
||||
hdrHeight="15";
|
||||
linkFontFamily="Arial";
|
||||
linkFontSize="2";
|
||||
linkBGColor="#999999";
|
||||
linkOverBGColor="#cccccc";
|
||||
linkTarget="_top";
|
||||
linkAlign="left";
|
||||
barBGColor="#333333";
|
||||
barFontFamily="Arial";
|
||||
barFontSize="2";
|
||||
barFontColor="white";
|
||||
barVAlign="middle";
|
||||
barWidth=40; // no quotes!!
|
||||
barText="dtn MENU"; // <IMG> tag supported. Put exact html for an image to show.
|
||||
|
||||
///////////////////////////
|
||||
|
||||
buildMenu();
|
||||
|
||||
//-->
|
||||
Reference in New Issue
Block a user