Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:59
Screenposition offset
Poster: jshep __at__ magma.ca
Dated: Thursday October 30 2003 - 13:50:37 GMT
What is correct syntax to display a menu on the 20 pixels in from right of the screen?
I have tried screenposition in various combinations as shown below with no success. Does anyone have any ideas.
with(milonic=new menuname("Contact Menu")){
style=CmenuStyle;
top=14;
screenposition="right(offset=-20)";
itemheight="25";
itemwidth="150";
align="center";
alwaysvisible=1;
orientation="horizontal";
Thanks
Jim