close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

IE6 horizontal menu level 1

Thread began 5/03/2010 10:31 pm by paulshoe379536 | Last modified 5/05/2010 11:52 am by Jimmy Wu | 1154 views | 4 replies |

paulshoe379536

IE6 horizontal menu level 1

I have a horizontal menu that seems to be working great except in IE6. In IE6 the level 1 drop down menu is displayed with approximately 4px gaps between the vertical menu elements. The menu opens over a SWF and when the cursor hits a gap, the menu closes. It's almost impossible to mouse down through the menu items without it closing. I tried adjusting some of the CSS in "menu_ie.css" but I can't seem to find a way to remove the gap.

Any ideas?

The menu item is "galleries" at www.kathleensmithphoto.com

Paul

Sign in to reply to this post

Jimmy Wu

Have you tried changing the top and bottom padding on the level 1 menu?
ul#cssmw ul.level-1 li span a {
background-color: #f4efdb;
background-image: none;
color: #87838a;
display: block;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
margin: -1px 0 0 0;
padding: 6px 6px 6px 12px;
text-align: left;
text-decoration: none;
text-transform: lowercase;
width: 130px;
}

to:
padding: 0 6px 0 12px;

Sign in to reply to this post

neilo

Make any adjustment to the CSSMenuWriter/cssmw/menu_ie.css, as your <!--[if lte IE 6]> conditional will call on that one for IE6. The other stylesheets are working fine for the newer browsers, so best leave them alone.

Perhaps you can (in the menu_ie.css) ul#cssmw li span a { rule, use a minus top or bottom margin (one or the other, not split) value as you did in your regular stylesheet.

Maybe:

margin: 0 4px -4px 4px; // might be a starting point

Sign in to reply to this post

paulshoe379536

Thanks guys... Although the exact locations you suggested did not work, I kept working with it and found a solution by adding the margin line to this style:

ul#cssmw ul.level-1 li {
background-image: none;
margin: 0 0 -4px 0;
}


I think I'm good now, thanks again!

Sign in to reply to this post

Jimmy Wu

Great to hear it. If you run into any additional issues, feel free to open a new thread.

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