Just converted a multi-level swap-image-based version 3 menu to version 5+ and have resolved all the niggling display problems with the exception of this:
When the mouse moves onto an item, it correctly swaps images and background colors. When the mouse moves to another menu item, the swap image function works on the original item and replaces the over image with the off image, but the background color around the image does not change back to the offbgcolor. The resulting off image is bordered by a wide swath of onbgcolor and it looks pretty (pardon the expression) crappy. This was not an issue with version 3. Anyone know how I can fix it?
Thanks!
Chiage
offbgcolor does not return when mouse moves on
Hi,
A url, or test page if the site isn't up, would be extremely helpful so we can see your code to see if there's a problem, see which version you are using etc. Have you checked on the image rollover sample to see if it is working for you http://milonic.com/menusample17.php and which browser and OS are you using?
Ruth
A url, or test page if the site isn't up, would be extremely helpful so we can see your code to see if there's a problem, see which version you are using etc. Have you checked on the image rollover sample to see if it is working for you http://milonic.com/menusample17.php and which browser and OS are you using?
Ruth
Hi Ruth,
Thanks for responding. The sample page is posted:
http://www.battle-creek.net/test/nl_302 ... oning.html
The links on that page won't work because it is in a different folder, but you will be able to see the display problem (offbgcolor color doesn't come back when the mouse moves on.) If you look at the same page done with version 3, you'll see the difference:
http://www.battle-creek.net/nl_302_table.html
Another issue: I am trying to find out how to set the width of the tool tips so the text wraps within a width-defined box instead of spreading across the page in one line. Setting the width within the tooltips.js file does not work. Any ideas? I see that the text in the tool tips on the Milonic tool tips sample page does wrap, so there must be a way.
Thanks for offering to help- Chiage
Thanks for responding. The sample page is posted:
http://www.battle-creek.net/test/nl_302 ... oning.html
The links on that page won't work because it is in a different folder, but you will be able to see the display problem (offbgcolor color doesn't come back when the mouse moves on.) If you look at the same page done with version 3, you'll see the difference:
http://www.battle-creek.net/nl_302_table.html
Another issue: I am trying to find out how to set the width of the tool tips so the text wraps within a width-defined box instead of spreading across the page in one line. Setting the width within the tooltips.js file does not work. Any ideas? I see that the text in the tool tips on the Milonic tool tips sample page does wrap, so there must be a way.
Thanks for offering to help- Chiage
chiage
You'll need to fix some of your paths so we can see it...
As for tip width, did you look at the sample _data file that comes with the download? Clearly shows Milonic's use of the <br> tag to control width.
Code: Select all
src="file:///C|/battle-creek_copy/milonic_src.js", etc.
Changes made to any of the menu code files will void the license and deny support. We're here to help, but that is not possible if any changes are made to the code.chiage wrote:Setting the width within the tooltips.js file does not work.
John
Ruth, when you have a moment, can you please take a look at the menu on my test page and let me know if it displays properly now? The links themselves will 404 because the test page is in a different folder than my site pages. Just want to make sure you don't get any scripting errors when you access the page:
http://www.battle-creek.net/test/nl_302 ... oning.html
Thank you!
Chiage
http://www.battle-creek.net/test/nl_302 ... oning.html
Thank you!
Chiage
chiage