close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

CSS Menu Writer 2 IE 6 woes

Thread began 11/23/2009 10:48 am by matt393097 | Last modified 11/25/2009 5:10 pm by Jason Byrnes | 3276 views | 6 replies |

matt393097

CSS Menu Writer 2 IE 6 woes

Hi all,

silverartsjewelry.com is the website talked about.

First time post so I'll be available for further explanations of whatever I forget to include...

So, I uploaded a website I created for a client using Dreamweaver CS4. Naturally, I built my horizontal navigation menu with Menu Writer 2. It seems to work on all browsers just fine, but I am getting a horrendous eye sour of a menu in Internet Explorer 6. On the homepage, it goes completely awry... You have to see it to believe it: silverartsjewelry.com. Also, there's a more minor but still intolerable looking effect on the other pages.

Please, help. I have spent too much time making this website great to be sunk by IE 6!

Thanks in advance for any contributions. I appreciate it and look forward to helping the community where I can.

-matt

Sign in to reply to this post

Jason ByrnesWebAssist

When I visit your page, the main issue I see is that the banned image is doubled up.



In the head of the document I see:

<!--[if lte IE 6]>
<style type="text/css" media="all">
@import url("CSSMenuWriter/cssmw/menu_ie.css");
</style>
<img style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='_images/banner.png')" src="_images/banner.png" alt="Silver Arts Jewelry Co." />
<img style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='_images/announcements.png')" src="_images/announcements.png" alt="Silver Arts Jewelry Co." />
<![endif]-->




the two image tags are the cause of the head being doubled up in IE6.

Sign in to reply to this post

matt393097

@Jason Byrnes

Thanks for the tip... I picked up that code somewhere as a workaround for IE6 transparency issues. Obviously, it's not working. Instead, I've changed my graphics from a .png with transparent background to .gif with matching color background.

Beyond that, I'm recreating my menu through the wizard as I discovered a separate menu_ie.css file for IE6 that I haven't modified. So, after I rebuild, I'll update the thread again.

Question: I added some specific css rules for the "Services" tab specifying a wider width. How do I do the same in the menu_ie.css file after rebuilding? Here's the specific rules to translate... Any help or knowledge is much appreciated.

ul#cssmw li#services > a{
width: 120px;
}
ul#cssmw li#services > li > a{
width: 120px;
}
ul#cssmw li#services ul.level-1 > li > a{
width: 120px;
}

Sign in to reply to this post

matt393097

update but two major errors remain

So, I went through the Menu Writer 2 set-up again and replicated my menu thus producing a pristine menu_ie.css file. This I imported and replaced my original menu_ie.css.

Now, two major problems remain.

1) When you hover over an item with children items, those drop-down items appear behind my JavaScript slideshow. Big problem when customers can't see menu items. Any solutions?

2) Despite commenting out every instance of a border in the menu_ie.css there still remain a black bottom border under the parent items. That's minor compared to the black border lines that decide to cross the screen when you hover over children items of "Services" when at /services.htm.

Please help me as IE6 is proving to be quite a beast needing slaying. Thanks! (I'll closely watch the thread so ask for more specifics if needed).

Sign in to reply to this post

Jason ByrnesWebAssist

for IE6 those rules would be:
ul#cssmw li#services a{
width: 120px;
}
ul#cssmw li#services li a{
width: 120px;
}
ul#cssmw li#services ul.level-1 li a{
width: 120px;
}

Sign in to reply to this post

matt393097

Still have 2 major problems...

Appreciate the minor help of translating the css rules, but really need some help troubleshooting two major problems...

1) When you hover over an item with children items, those drop-down items appear behind my JavaScript slideshow. Big problem when customers can't see menu items. Any solutions?

2) Despite commenting out every instance of a border in the menu_ie.css there still remain a black bottom border under the parent items. That's minor compared to the black border lines that decide to cross the screen when you hover over children items of "Services" when at /services.htm.

Sign in to reply to this post

Jason ByrnesWebAssist

1) in the screen.css, add a z-index to the header:
#outerWrapper #header {
font-size: 18px;
font-weight: bold;
line-height: 15px;
left-margin: auto;
position: relative;
z-index:9999;
}



2) I do not see any borders when I preview your page in IE6. I cannot see the problem.

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