close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

multiple menus overlap on left hand side of webpage

Thread began 2/22/2010 10:39 am by Alan Winthrop | Last modified 2/24/2010 7:36 am by Alan Winthrop | 1849 views | 5 replies

neilo

Hi Alan,

You have to close your unordered list lags for each CSSMenuWriter instance, otherwise the three sections are being controlled by one, two and three css files respectively.

The </ul> is missing from each menu section:

<ul class="level-0" id="cssmw0">
<li><span><a href="basicguide.html">Basic guide</a></span></li>
<li><span><a href="rateofuse.html">Rate of use</a></span></li>
<li><span><a href="grow_organic.html">Grow organic</a></span></li>
<li><span><a href="grow_orchids.html">Grow orchids</a></span></li>
<li><span><a href="detailiedguide.html">Detailed guide</a></span></li>
<li><span><a href="biggerleaves.html">Bigger plants</a></span></li>
<li><span><a href="biggerleaves.html">Bigger leaves</a></span></li>
<li><span><a href="more flowers.html">More flowers</a></span></li>
<li><span><a href="flowershape.html">Flower shape</a></span></li>
<li><span><a href="exotics.html">Exotics</a></span></li>
<li><span><a href="science.html">Science</a></span></li>
<li><span><a href="specialistplants.html">Specialist plants</a></span></li>
<li><span><a href="indoor.html">Indoor</a></span></li>
<li><span><a href="outdoor.html">Outdoor</a></span></li>
</ul>



Releasing each menu block to its own CSS and js files may upset some of the styling you've done, but once separated the whole thing will respond properly to any changes you make in the future!

Add:

You should also remove the height: 30px; from the 'ul#cssmw rules' in your stylesheets.

ul#cssmw {
background-image: url("../cssmw_images/bg.jpg");
background-repeat: repeat-x;
cursor: default;
height: 30px; // remove this
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 0;
}

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...