masterframe menu slide out behind content

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: masterframe menu slide out behind content

Post by Pablo »

The correct code for the project you have sent me is:
<style>
#wb_Menu
{
z-index: 9999 !important;
}
</style>
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: masterframe menu slide out behind content

Post by ART »

Yes this works.Thanks Pablo and BF. However, strangely enough the ID in my property manager is Menu and not #wb_Menu as you will be able to see on the printscreen i will sent you. Or is this not the real ID of the menu and should i look elsewhere for the menu name?
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: masterframe menu slide out behind content

Post by Pablo »

As with most objects, the 'wb_' is added by WWB to be able to position the object on the page.
You can see this by looking at the HTML code.
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: masterframe menu slide out behind content

Post by ART »

OK. Pity this is not at all displayed in the object manager and the property managers.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: masterframe menu slide out behind content

Post by Pablo »

The reason for this is because the prefix is not added until the page is published.
Whether of not the prefix is added also depend on the context of the object. For example, whether it part of a layer, layout grid, flexible etc.
Normally you do not have to worry about this, but in this special case it does make a difference.
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: masterframe menu slide out behind content

Post by ART »

OK I understand this is complicated. It must have something to with card deck. I placed other items higher on the page and then there was no problem. Anyway I was unaware of this all and i normally do not get into HTML, but rely on the id in the managers of the WYSIWYG program. Unfortunately it costed you time and me a couple of hours. But i am glad it now works.
Post Reply