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:19
menu upgrade
Poster: alabuc
Dated: Tuesday July 13 2004 - 19:16:13 BST
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
Poster: Ruth
Dated: Tuesday July 13 2004 - 20:58:52 BST
You have a spacer item
Code:
aI("text=;itemwidth=100%;pointer=default;onbgcolor=#CDD5E8;");
Just put a non-breaking line space
Code:
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