Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JS Pop Up Menu Border Styles

Status
Not open for further replies.

TigerGirl7

Programmer
Apr 8, 2003
152
US
Hello,

I've just created a javascript pop up menu and I'd like to customize it so that the border appears only to the left and bottom. Any ideas on how would I adjust the following in the code:

mm_menu_0221103859_1.menuBorder=1;

Thanks in advance.
 
'1' is usually used to signify 'yes' or 'true' where '0' is 'no' or 'false'. I'd imagine that this is a configuration parameter used to set up the menus and dictates either '1' for 'menus have borders' or '0' to signify 'menus do not have borders'. To set it up beyond a simple yes or no you will need to go deeper into the actual code rather than just tweaking the config settings.

Never be afraid to share your dreams with the world.
There's nothing the world loves more than the taste of really sweet dreams.

Enable Apps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top