Okies, I have a demo on: http://www.weddingworld.org.za/testing/test.html
Maybe one of you brilliant people can tell me how to make the menu stay visible when you click on one of the submit items.
I fixed that problem, I’m using jsp's so I just stored the last selected item in a hidden variable and when the page loads I just get a request.getParameter and run the function again. My main goal was to use the milonic menu as a sort of a tabbed pane, its working nicely except that the selected ...
Finally got my menu looking good and then I realized that the changes I make with kevin's brilliant function only lasts until you press submit. Then it reverts back to what the styles tells it to be. What now?
*shrug*
Thanks a lot all, my problems are all fixed, except the rawcss one but that is another thread. You are all geniuses!!!!
Now I am one step closer to world domination!
I checked through all the functions in all my .js files and I went through Ruth's webpage's .js files (Just because I know you should have the latest version of the menu), I can’t find a BDMenu function. Where do I get it?
Thanks Ruth. It’s working nicely except that there isn’t a 5% offset on the right as well. I did the itemwidth as you said, I have 3 items so I made them all 10% and I put a dummy one in with 70%. As soon as you put itemwidth in, it ignores the menuwidth and if you put itemwidth’s in it has to ...
The boolean was not the problem I did a little manual debug and cornered the line that gives the error, its the "BDMenu(_mi [0])" function call, maybe I have an older version for the menu. Any ideas?
The always visible worked nicely, thanks.
About the menu width problem. My idea was to make a ...
You’re a genius Kevin! I get an object expected error when I use your function. I think it has to do with the update parameter. Here is a piece of my menu_data file:
Thanks alot, that really worked! Was just wondering, how do I hide a menu on startup of the page? How do I change styles like onbgcolor and offbgcolor with a click of a menu item?