close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

IE 6 problem & style ?

Thread began 4/22/2010 4:43 pm by michellemoose405915 | Last modified 5/07/2010 6:07 pm by Eric Mittman | 2011 views | 6 replies |

michellemoose405915

IE 6 problem & style ?

Hi,

I've just purchased Menu Writer 2 and have some questions.
I'm getting a browser compatibility problem with IE6. Dreamweaver says it's the Dissapearing List Background Bug. The main menu looks fine but the sub-menu's appear in the wrong spot. How can I fix this?

I also have a style question.
I'm using a horizontal Vista Style menu and want to make the blue box that appears around text on mouse-over big enough to cover all the words. Currently the longer words are longer than the box (photos, policies and contact). Here is a link to the menu I made testnav.html


Thanks, Michelle

Sign in to reply to this post

Eric Mittman

I have created a menu like yours and I'm not getting the same issue with the background hover image size. For me the backgrounds cover all of the text regardless of the size. I'm also not getting the same results in regards to the sub menus moving over. I can see this on your site with IE6, but not with the menu that I created.

What does the menu look like when you have it on a page by itself? if you can post back with a copy of the page that has the menu on it as well as a copy of your CSSMenuWriter folder. I will use your files to reproduce the results and look into it.

Sign in to reply to this post

michellemoose405915

Hi Eric,
I created a blank page and inserted a default vista menu and still have the same results. The background hover image still does not cover the long words.
testnavblank.html

Sign in to reply to this post

Eric Mittman

Post back with a copy of the page that has the menu on it as well as a copy of your CSSMenuWriter folder in a zip archive. I will use your files to reproduce the results and look into it.

Sign in to reply to this post

neilo

Hi Michelle and Eric,

It's as much a problem with the maths as it is with the CSS, (this exact menu problem has cropped up here before).The size you are seeing is the max you can get with 9 menu items and with the image files that are provided:

navbar div = 920px wide
left.jpg and right.jpg : (28px + 28px) x 9 = 504px

That leaves 416/9 = 46px (maximum) per item background hightlighted effect, with 2px to spare (which accounts for the space at the far right of the navbar div).

The left & right.jpgs should ideally have been provided as the narrowest possible width (6px) for optimum flexibility to account for menus that might have more items in them. The 28px is unnecessary and somewhat limiting.

You can sort it, but you need to crop the two mentioned jpgs to 6px wide - being careful to crop to the correct side. (Two attached if you need them).


1. Crop the left.jpg and right.jpg images in your > cssmw_images folder to 6px wide (or replace them with the two attached)

2. To correct the 2px gap, adjust the #navbar rules in the cssmw/menu.css:


#navbar {
height: 38px;
background-color: #036; /* remove this */
background-image: url(CSSMenuWriter/cssmw_images/bg.jpg); /* add this */
background-repeat: repeat-x; /* add this */
padding-left: 1px; /* add this */
}


This gives:


#navbar {
height: 38px;
background-image: url(CSSMenuWriter/cssmw_images/bg.jpg);
background-repeat: repeat-x;
padding-left: 1px;
}



Example of outcome here.

Sign in to reply to this post

michellemoose405915

Thanks neilo :)
Made the changes you suggested and it worked perfectly.

Sign in to reply to this post

Eric Mittman

Thanks Neilo, you are very good with the css manipulations.

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