I can not find a parameter to move the collapsible tree menu to the right
Return to Recent Questions
Q:
The plus symbols (+) for Home, PRODUCT CATALOG, and Back
are almost non visible and I can not find a parameter to move the
collapsible tree menu to the right or to put a border on the left side.
A:
You set the following style:
#menu TABLE {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 1em; PADDING-BOTTOM: 0px; MARGIN: -4px; PADDING-TOP: 0px; BORDER-COLLAPSE: collapse
}
You should delete
MARGIN: -4px;
style or set it:
MARGIN: -4px -4px -4px 0px;
Return to Recent Questions
Related:
- Sep 06, 2006 - Can't see my javascript vertical tree menu in FireFox.
- Sep 16, 2006 - I need to be able to highlight the selected menu item of the html tree menu.
- Oct 06, 2006 - Where I can find data.js file for tree javascript menu?
- Oct 20, 2006 - I want that tree menus expanded or collapsed and go to the link...
- Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
- Feb 01, 2007 - Is it possible to accomplish the following functionalities with your web tree menu
- Feb 10, 2007 - Is there any functionality for tree menu script to show/hide specific branches?
- March 14, 2007 - I need to be able to either automatically wrap the line in the dhtml menu tree
- March 18, 2007 - Is there a template that allows me to have a standard windows tree control menu
- April 05, 2007 - I would like to change the height of the submenu items in the menu tree
- April 06, 2007 - Is there a way to have an automatic line-break for large submenu items in tree?
|