|
|
Can I set borders in the dropdown menu example around the sub-menus only?
Return to Recent Questions
Q:
I am Registered user.
My question is:
Can you have borders around the sub-menus only. If you can how is this done, if it is done in the individual styles can you walk me through that. I tried it there but for some reason it wasn�t working. I'm thinking I wasn�t selecting the correct item to edit.
A:
You should create Individual style and assign it to the first item in each submenu.
var menuStyles = [
["menuBorderWidth=1","menuBorderStyle=solid","menuBorderColor=#813A07"],
];
var menuItems = [
["Home","testlink.html", "", "", "", "", "", "", "", ],
["Product Info","", "border-example.files/icon1.gif", "border-example.files/icon1o.gif", "", "", "", "", "", ],
["|Features","testlink.html", "border-example.files/icon2.gif", "border-example.files/icon2o.gif", "", "", "", "0", "", ],
Return to Recent Questions
Related:
- Sep 06, 2006 - The alighment of the dropdown menu is off to the right in Firefox...
- Sep 11, 2006 - How can I hide my dropdown menu on print?
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 15, 2006 - Are vertical menus also supported? I don't see any in the javascript menu examples.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Nov 30, 2006 - Does your html menu dropdown have the ability to have small text boxes on it?
- Dec 31, 2006 - I only want one sub-menu to have multi-columns in html dropdown menu.
- Jan 01, 2007 - Could you please help me with an alignnment issue with my css dropdown menu?
- Jan 16, 2007 - The horizontal dropdown menu is missing background images
- Jan 18, 2007 - Why can't I have more than 5 buttons in vista 1 html menu examples?
- Jan 27, 2007 - The Janarator image does not show javascript menu example
|