OuTrAgE
05-05-2004, 06:08 AM
I am using a sline in menu using java. I have it working but the thing is that the menu is on the left of the screen and slides to the right, what I want is it to be on the right side and slide out to the left. Now I can get it over to the right side (by changing the XOffset), but I can't get it to slide to the left. Can anyone help?
YOffset=0; // no quotes!!
staticYOffset=0; // no quotes!!
XOffset=920; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#C0C0C0";
linkOverBGColor="#666666";
linkTarget="_top";
linkAlign="left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="red";
barVAlign="center";
barWidth=15; // no quotes!!
YOffset=0; // no quotes!!
staticYOffset=0; // no quotes!!
XOffset=920; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#C0C0C0";
linkOverBGColor="#666666";
linkTarget="_top";
linkAlign="left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="red";
barVAlign="center";
barWidth=15; // no quotes!!