border color control on/off?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
cubefree
Super Advanced
Super Advanced
Posts: 82
Joined: Fri Aug 01, 2003 3:16 am
Location: Seattle, WA
Contact:

border color control on/off?

Post by cubefree »

I am trying to apply a border color to a cell in a sub-menu when moused-on. [ not the entire submenu or separator, but the border just around the cell. Is there a way?

Since posting this, I tried the following, using offbordercolor:

Code: Select all


	addmenu(menu=["proginfo","offset=0"
	,"offset=+1",150,1,"",style2,,"left",effect,,,,,,,,,,,,
	,ind+"Core Plan ","show-menu=coreplan","# suboverimage=../images/nav/cmm_arrow2_on.gif; offbordercolor=FFCC66","Program Information",1
	,ind+"Value Plan ","show-menu=valueplan","../proginfo/valueplan.htm suboverimage=../images/nav/cmm_arrow2_on.gif; offbordercolor=FFCC66","Value Plan",1
	,ind+"457(b) Plan ","","../proginfo/valueplan.htm offbordercolor=FFCC66","457(b) Plan",1	
	])

However, now you'll see at this link http://www.cubefree.com/clients/provide ... u/menu.htm that the first submenu's cell has a 4-sided organge border inside the cell, cell #2 is only on bordered by 3 sides in orange and cell #3 not at all.

Any ideas why this is happening??
Post Reply