There is a small rectangle at the top of button menu that I would like to see disappear.
Return to Recent Questions
Q:
There seems to be a small checkered rectangle at the top of button menu
that I would like to see disappear.
A:
See, you have
var tmoveable = 1;
var tmoveImage = "DeluxeMenu/deluxe-tree/img/movepic.gif";
var tmoveImageHeight = 12;
If you want your menu to stay movable you should set the following
parameters to delete rectangle at the top.
var tmoveImage = "";
var tmoveImageHeight = 0;
Return to Recent Questions
Related:
- Sep 26, 2006 - Is there a way to change the height of the main buttons in my simple dhtml menu.
- Jan 18, 2007 - Why can't I have more than 5 buttons in vista 1 html menu examples?
- May 05, 2007 - How can we increase the width of the vista style buttons javascript for menu?
- May 20, 2007 - If I add another Vista drop down menu buttons, they have completely different look
- May 22, 2007 - I need to have some buttons bigger than others. How I can set height of menu pop up
- Aug 17, 2007 - Is it possible to load the java menu buttons on user click only?
- Sep 06, 2007 - Client cannot enable scripting in their security settings. He cannot see button popup menu
- Sep 09, 2007 - I want to have the same width of each item in button menus using Styles. But it doesn't work
- Sep 19, 2007 - Bar comes up in button context menu and asks me if I want to run scripts or ActiveX
- Sep 22, 2007 - When I save the file in our folder all the icons stop showing in my button start menu
- Oct 07, 2007 - How do I allocate the width of each "button" in dhtml menu navigation
|