I can not find a parameter to move the dhtml menu system 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
dhtml menu system 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:
|