I'm using the jQuery Multi Level CSS Menu #2 posted on Dynamic Drive CSS library and I'd like to eliminate the extra space that continues on the right hand side. Need some help here!
I'm using the jQuery Multi Level CSS Menu #2 posted on Dynamic Drive CSS library and I'd like to eliminate the extra space that continues on the right hand side. Need some help here!
I'm not sure which menu you're referring to.
Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
alternatively,
Please post a link to the page on your site that contains the problematic script so we can check it out.
Sorry, here is a link to the script I was referring to.
http://www.dynamicdrive.com/style/cs...el_css_menu_2/
that's the menu background. if you don't want to see it, you can hide it by making it the same width as all the menu items.
you can do this dynamically (use javascript to measure the menu items, and then set the size of the div accordingly) or by giving all the menu items a set width so you know how big the background should be.
Edit:
actually, why not do this:duh.Code:.jqueryslidemenu{ background: transparent; }
Last edited by traq; 05-26-2011 at 01:48 AM. Reason: realized more obvious solution
Great. Thanks for your help
no problem!
if this answers your question, please edit your first post, click [ Go Advanced ], and change your thread prefix to " Resolved ".
Bookmarks