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
menu upgrade
You have a spacer item
Just put a non-breaking line space 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
Code: Select all
aI("text=;itemwidth=100%;pointer=default;onbgcolor=#CDD5E8;");
Code: Select all
Ruth