Boggus Web

Boggus Web
Home - Blog - dbProjects

dbMenu Style Packs

By: DavidBoggus on May 21, 2007

I have deciede to start releasing new styles for dbMenu. These will include images, css files, and example html files. I hope that this will be a continually growing section of the site. Please check it out and tell me what you think. If you have any questions on the use of the style packs, please don't hesitate to ask. click here to visit the style packs section.

Leave your own comment

Comments

DavidBoggus (December 7, 2007)

Manny (December 6, 2007),

I think that the problem stems from the same issue that is causing problems with people that use frames. Try removing the following line from the .js file if it exists.

    addEvent(menu, 'click', dbMenu.nav, false);

If it is not there or this does not fix the problem then I’ll have to have more information.

Manny (December 6, 2007)

Hi,

I'm using your script on one page I'm working on. I like it a lot, but there's an error I can't get rid of...if I use it in conjunction with a "mailto" tag, it will open up two email client windows. I don't know a whole lot about js, so I'm having a hard time figuring out what might be wrong (if there's anything wrong with the script; maybe it's something else on my page). So, I was wondering if someone else had reported what I'm seeing.

Thanks a lot, sir.

Manny

DavidBoggus (October 18, 2007)

Chris,
To Use the onClick version remove the onMouse from the class listing.

JSKit Shows an example of how to use more than one menu on the same page. all you need to do is give them different id's and change the css to match.

If you don't know a lot about css or javascript and can't figure out what I am talking about just email me and I would be glad to clear up any problems you might be having.

Chris (October 18, 2007)

Love the dbMenu. Use the first version from the JSKit page at work.

I need the onClick version, but have to manually type since I can't download to my work system. So...I'm hoping that you have added a few comments that will tell me what to change

Also, I was wondering if it would be possible to use it twice on the same page. I'm thing a bar (dropdown) as well as a collapsible or side version.