close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Horizontal Menu Writer Menu not working in IE6

Thread began 6/07/2010 9:08 am by gregb440246884 | Last modified 6/07/2010 11:27 pm by gregb440246884 | 2503 views | 3 replies

neilo

Hi gregb,


IE6 needs specific width measurements, so you will need to specify these in a couple of rules in your menu_ie.css stylesheet:

menu_ie.css :

ul#cssmw li {
zoom:1;
background-image: none;
border-bottom: solid 1px black;
float: left;
margin-bottom: -1px;
padding: 0 0 0 0;
position: relative;
white-space: nowrap;
z-index: 100;
width:105px /* Add this line */
}

ul#cssmw ul.level-1 li a, ul#cssmw ul.level-1 li a.link {
background-color: #f0b478;
background-image: url("../cssmw_images/topNavDropdown.jpg");
border-bottom: solid 1px #f0b478;
border-right-style: solid; /* Remove this line */
color: #644b32;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .7em;
font-style: normal;
font-weight: bold;
margin: 0 0 0 0;
padding: 5px 5px 5px 5px;
text-decoration: none;
width: 125px; /* Changed to 125px from auto */
outline-style: none;
}

And there needs to be a rule for the topNav div that is specific to (lte) IE, so you might as well tack this to the end of your menu_ie.css:

#topNav {
position: absolute;
top: 84px;
right: 73px;
width: 775px;
left: 180px;
}

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