close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Menu under Web Ad

Thread began 9/11/2009 3:05 pm by victor367017 | Last modified 11/24/2009 10:33 am by Dani Chankhour | 2563 views | 4 replies |

victor367017

Menu under Web Ad

On our site we have we ads. However when the drop down menu is show it is UNDER the Web ad.

see SafetyProgram.htm for the drop downs that do not work.

How can I correct that?

Sign in to reply to this post

Dani Chankhour

Open your menu.css file and look for this class definition:

ul#cssmw1 and add this two properties:

position:absolute;
z-index:100;


so it should something like this:

ul#cssmw1 {
cursor:default;
list-style-type:none;
margin:0;
padding:0;
position:absolute;
z-index:100;
}

Sign in to reply to this post

victor367017

That worked

Thank you that worked like a charm HOWEVER the cssMenuwriter is then disconnected from the menu. When I do re-connect I have to re-input that change. Is there ANY WAY for the change to be saved so that everytime I go back to the CSS MenuWriter it says in place.

Or that not being the case have the drop down have those set that way all the time?

Sign in to reply to this post

victor367017

Disconnected from CSS Menu Writier

I put the change into the menu.css but when I do that I then am DISCONNECTED from CSS MENU WRITER. How do I get re-connected? Or still yet why not generate the code so that the user has th option to have the menus be on top?

Sign in to reply to this post

Dani Chankhour

In order to save the changes, you will need to update the xml file for that menu. In order to do that, open the menuStyle.xml file which is located in this folder:

CSSMenuWriter/cssmw1/menuStyle.xml

In the top of that file you should see an entry that look something like this:

<list-style-type>none</list-style-type>
<margin-top>0</margin-top>
<margin-right>0</margin-right>
<margin-bottom>0</margin-bottom>
<margin-left>0</margin-left>
<padding-top>0</padding-top>
<padding-right>0</padding-right>
<padding-bottom>0</padding-bottom>
<padding-left>0</padding-left>
<cursor>default</cursor>
<font-size>0</font-size>

and you should add the two changes, so it should look like this:

<list-style-type>none</list-style-type>
<margin-top>0</margin-top>
<margin-right>0</margin-right>
<margin-bottom>0</margin-bottom>
<margin-left>0</margin-left>
<padding-top>0</padding-top>
<padding-right>0</padding-right>
<padding-bottom>0</padding-bottom>
<padding-left>0</padding-left>
<cursor>default</cursor>
<font-size>0</font-size>
<position>absolute</position>
<z-index>1000</z-index>

This will ensure that changes stays after you reenter Menu Writer.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...