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:18
How to set up the 3D color options
Poster: falcon01
Dated: Friday August 22 2003 - 3:12:36 BST
On the style properties page, it mentions:
"high3dcolor - Sets the Hight Border Color on 3D Objects for any global menu style. This is the color for menus and menuitem that have been specified to be 3 dimensional in style. Rather like the way in which Windows 98 menus appear. The High Color denotes the shadow color as a direct hit from the light source."
and for low3dcolor, the same thing except with the word Low Border instead of High Border.
I include this little piece of code into my menu in the style properties:
Code:
high3dcolor="#color1"
low3dcolor="#color2"
low3dcolor="#color2"
And was wondering how do I actived the 3D properties of the menu through the menu item? So far, I just have this piece of code:
Code:
high3dcolor=true;
low3dcolor=true;
low3dcolor=true;
But that doesn't work. Any help? Thx in advance. Hope this post made sense, lol.