Border under last menu img

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
talk2jerry
Beginner
Beginner
Posts: 6
Joined: Wed Aug 31, 2005 10:35 am

Border under last menu img

Post by talk2jerry »

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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Set your item height in the last item, itemheight=30; The menu is automatically sizing.

Ruth
talk2jerry
Beginner
Beginner
Posts: 6
Joined: Wed Aug 31, 2005 10:35 am

attempted last menu item adjustment

Post by talk2jerry »

I attempted to adjust the last menu item to 31 as a height, but it still didn't work. Any other ideas?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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: Select all

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;");
Ruth
Post Reply