menu upgrade

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
alabuc
Super Advanced
Super Advanced
Posts: 30
Joined: Mon Dec 22, 2003 12:22 am
Location: NY
Contact:

menu upgrade

Post by alabuc »

just upgraded, (http://www.alabu.com) i wish i saved the old files but i didnt. it used to be that from "search" and all the buttons on the right used to be pressed tight against the right of the screen, and from "testimonials" and all the buttons to the left were up against the left of the screen, and there was a space in the middle, anyone know how to get it back? thanks

~Hal

P.S. the menu data file is at http://www.alabu.com/java/menu_data.js
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

You have a spacer item

Code: Select all

aI("text=;itemwidth=100%;pointer=default;onbgcolor=#CDD5E8;"); 
Just put a non-breaking line space

Code: Select all

  
after text= so it thinks something is there and your space will come back. Don't forget it will have two ; one from the non-breaking line space and one that closes the text item.

Ruth
Post Reply