Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:33
Border under last menu img
Poster: talk2jerry
Dated: Wednesday September 7 2005 - 14:43:28 BST
I'm using an images menu, and I cant seem to be able to add a white border on the bottom of my last image on my menu. You can see my menu at http://passaic.clarityit.com/home.html at the bottom. You will see how I was able to get a white line to come up under each of the menu items, except the last one.
Any ideas?
Thanks,
Jerry
Poster: Ruth
Dated: Wednesday September 7 2005 - 17:54:20 BST
Set your item height in the last item, itemheight=30; The menu is automatically sizing.
Ruth
attempted last menu item adjustment
Poster: talk2jerry
Dated: Wednesday September 7 2005 - 19:14:13 BST
I attempted to adjust the last menu item to 31 as a height, but it still didn't work. Any other ideas?
Poster: Ruth
Dated: Wednesday September 7 2005 - 20:27:05 BST
I would guess you're talking about when you mouseover. In the other items that white line isn't from the overbgimage, it's from the bgimage of the item below it. Replace your last item, the UEZ NEWS with the following two items. That seems to work in IE5.5, Netscape7.1, FF 1.0.2 and Opera 7.54.
Code:
aI("separatorcolor=#ffffff;separatorsize=1;separatorpadding=2;bgimage=top2.bmp;image=;overbgimage=down.bmp;imageheight=30;showmenu=ueznews;text= UEZ NEWS;");
aI("itemheight=1px;image=spacer.gif;bgimage=spacer;type=header;");
aI("itemheight=1px;image=spacer.gif;bgimage=spacer;type=header;");
Ruth