Menu header not being removed after adding link in Netscape
- allgoodpeople
- Advanced
- Posts: 10
- Joined: Tue Feb 17, 2004 6:17 pm
- Contact:
Menu header not being removed after adding link in Netscape
This is my first post to this forum, and I just wanted to say thank you to the folks here who have made this wonderful tool available for the general public for the paltry price of link on each page. Thanks for all your work and your willingness to share it with everyone!
I'm having an issue getting the menu to display properly in Netscape 7.1. After adding the link back to Milonic on the page using the menu (as directed with the new lisence for free use for non-profits), the menu displays correctly in IE and Opera, but not in Netscape (or Mozilla, but they're pretty similar, so no surprise there to me.) The "MILONIC" header is still appearing over the first menu entry, even with a link back to http://milonic.com present.
I've also notice the menu displays smaller in Netscape than in IE or Opera. I've kind of chalked this up to differences in the way the browsers render the code, which can't really be helped (as far as I know). Is this correct?
The page I'm having issues with is http://www.nriyounglife.org
Any ideas of what I might be doing incorrectly? Thanks in advance for any ideas or help you might be able to send my way!
Mark
I'm having an issue getting the menu to display properly in Netscape 7.1. After adding the link back to Milonic on the page using the menu (as directed with the new lisence for free use for non-profits), the menu displays correctly in IE and Opera, but not in Netscape (or Mozilla, but they're pretty similar, so no surprise there to me.) The "MILONIC" header is still appearing over the first menu entry, even with a link back to http://milonic.com present.
I've also notice the menu displays smaller in Netscape than in IE or Opera. I've kind of chalked this up to differences in the way the browsers render the code, which can't really be helped (as far as I know). Is this correct?
The page I'm having issues with is http://www.nriyounglife.org
Any ideas of what I might be doing incorrectly? Thanks in advance for any ideas or help you might be able to send my way!
Mark
Re: Menu header not being removed after adding link in Netsc
No - it is we who thank you for those kind words. We've had a few - umm, "folks" through here the past few weeks who decided to do nothing but throw barbs. You comments are most refreshing and appreciated.allgoodpeople wrote:This is my first post to this forum, and I just wanted to say thank you to the folks here who have made this wonderful tool available for the general public for the paltry price of link on each page. Thanks for all your work and your willingness to share it with everyone!
You are correct, of course. The Milonic link still shows in NS, but not IE. Also noticed it 'flickers' a bit in NS. Strange. Andy will look at this.allgoodpeople wrote:I'm having an issue getting the menu to display properly in Netscape 7.1. After adding the link back to Milonic on the page using the menu (as directed with the new lisence for free use for non-profits), the menu displays correctly in IE and Opera, but not in Netscape (or Mozilla, but they're pretty similar, so no surprise there to me.) The "MILONIC" header is still appearing over the first menu entry, even with a link back to http://milonic.com present.
Yes.allgoodpeople wrote:I've also notice the menu displays smaller in Netscape than in IE or Opera. I've kind of chalked this up to differences in the way the browsers render the code, which can't really be helped (as far as I know). Is this correct?
Also, while Andy is poking around, I suggest you move up to the current release, 5.02. There were a number of NS fixes in there (not sure exactly what, however).
John
- allgoodpeople
- Advanced
- Posts: 10
- Joined: Tue Feb 17, 2004 6:17 pm
- Contact:
- allgoodpeople
- Advanced
- Posts: 10
- Joined: Tue Feb 17, 2004 6:17 pm
- Contact:
I had tried putting the link in the same div with the menu, and still had the same effect.innkeeper9 wrote:I'm not sure, and can't test your 'license', but maybe it's something to do with divs? The menu is in one and also the text link is in one. You could try removing the link out side the div and see what happens.
Ruth
Mark
Re: Menu header not being removed after adding link in Netsc
Hi Mark... Glad you could join us!allgoodpeople wrote:This is my first post to this forum...
And here's the rub... you added the link but not quite as directed. In your <a> tag, change...After adding the link back to Milonic on the page using the menu (as directed with the new lisence for free use for non-profits)...
Code: Select all
href="https://milonic.com"
Code: Select all
href="https://milonic.com/"
That should do it.
Since you're new, I'm going to avoid the urge to needle you a little... but then again, I guess I just did!

Welcome to the Milonic forums,
Kevin
As a follow-up, I'd like to echo the comments expressed by Maz and Ruth about DIVs. Loading the scripts inside a DIV, and especially inside of nested DIVs as you have, might not work very well in the long run. It'd probably be better to remove the
from your style and place the menu on the page using the top and left properties in the menu definition. If you need more control over placement, you'll find that the menu offers a wide variety of options to control placement. And we're happy to help you with that if you need it.
One more minor point: Line 85 of your menu_data.js file has a ; on it, all by itself. From the computer's point of view, that's OK. But for editing purposes, it'd probably be better to move that semicolon to the end of line 84 (where your "Home" item is defined).
Hope that helps,
Kevin
Code: Select all
position="relative";
One more minor point: Line 85 of your menu_data.js file has a ; on it, all by itself. From the computer's point of view, that's OK. But for editing purposes, it'd probably be better to move that semicolon to the end of line 84 (where your "Home" item is defined).
Hope that helps,
Kevin
Re: Menu header not being removed after adding link in Netsc
Oops... almost forgot this. I personally didn't notice a size difference. Your menu renders at exactly 109x151 px in IE6, NS7.1, and Opera 7.20 on my screen (Win2k). I wonder if the difference you noted is partially a perceptual one... the menu appears to be larger in IE6 because of the addition of the "overfilter". Your style defines an overfilter with a Shadow effect with direction=135 and strength=5, giving the menu a drop shadow of five additional pixels on the rights and bottom sides. that would explain why it appears larger in IE6 than in NS7, because NS doesn't support the filter properties that IE5.5+ have. But it doesn't explain why it would appear smaller in NS7 than in Opera... what version of Opera are you using?allgoodpeople wrote:I've also notice the menu displays smaller in Netscape than in IE or Opera. I've kind of chalked this up to differences in the way the browsers render the code, which can't really be helped (as far as I know). Is this correct?
Kevin
- allgoodpeople
- Advanced
- Posts: 10
- Joined: Tue Feb 17, 2004 6:17 pm
- Contact:
Re: Menu header not being removed after adding link in Netsc
Yep, that did it! Man, those details will get you every timekevin3442 wrote: Since you're new, I'm going to avoid the urge to needle you a little... but then again, I guess I just did!![]()

Thanks for the heads up. I know for sure I never would have noticed that on my own.
But I do deserve the needling, so needle away!

Mark
- allgoodpeople
- Advanced
- Posts: 10
- Joined: Tue Feb 17, 2004 6:17 pm
- Contact:
I had originally positioned the menu absolutely with the top= and left= selectors, but I found it was pushing the other elements of my page around (the only element on the page positioned absolutely is the vertical column on the left). Adding the menu with an absolute position was forcing the horizontal heading box up flush against the top of the browser window, and the only way I could see to fix it was to make all the box elements in the page absolutely positioned as well.kevin3442 wrote:As a follow-up, I'd like to echo the comments expressed by Maz and Ruth about DIVs. Loading the scripts inside a DIV, and especially inside of nested DIVs as you have, might not work very well in the long run. It'd probably be better to remove thefrom your style and place the menu on the page using the top and left properties in the menu definition. If you need more control over placement, you'll find that the menu offers a wide variety of options to control placement. And we're happy to help you with that if you need it.Code: Select all
position="relative";
Kevin
However, after moving the meny inside the div, everything started behaving normally again. This probably isn't the forum for it, but do you think the best arrangement may be to just make everything absolutely positioned? My main concern is getting all the different parts of the page to play nicely together.
And thanks for the heads up on the menu_data.js file. got that fixed.
- allgoodpeople
- Advanced
- Posts: 10
- Joined: Tue Feb 17, 2004 6:17 pm
- Contact:
Re: Menu header not being removed after adding link in Netsc
No, that's not it. I removed the shadow settings and am still getting the same effect.kevin3442 wrote:Oops... almost forgot this. I personally didn't notice a size difference. Your menu renders at exactly 109x151 px in IE6, NS7.1, and Opera 7.20 on my screen (Win2k). I wonder if the difference you noted is partially a perceptual one... the menu appears to be larger in IE6 because of the addition of the "overfilter". Your style defines an overfilter with a Shadow effect with direction=135 and strength=5, giving the menu a drop shadow of five additional pixels on the rights and bottom sides. that would explain why it appears larger in IE6 than in NS7, because NS doesn't support the filter properties that IE5.5+ have. But it doesn't explain why it would appear smaller in NS7 than in Opera... what version of Opera are you using?
Kevin
After a little looking at the two browsers, i figured out that the issue is one of the default text size settings for different browsers. For example, text size is set to "medium" in IE, and set to "100%" in netscape on my computer. When I increase the text size settings in IE, it causes the menu to render larger (is that even a sentence?

So, since this setting is out of my control as a web master because the setting is made on the host computer, how can I ensure the menu displays properly against the background? I want the menu to fit neatly just inside the background column i have drawn there with a CSS class. Something else to work on now, but at least I have a better idea what the problem is.
//edit// After some thought, I think specifying the font size in pixels rather than as a percentage should fix this. Since the menu size is related to the text size in the menus, specifying the text size for the menus should cause all browsers to render the menu the same size, regardless of text size settings on individual machines.
//edit 2// Just tried the above idea and it works. Can anyone see any potential problems with this fix?
Thanks for the heads up everyone, and for kick starting the ol' brain for me! I always seem to over look some issue. Luckily for me there's a lot of very nice and very helpful folks out there on the internet willing to lend a hand and a little brain power. Thanks again everyone!!
Mark
Re: Menu header not being removed after adding link in Netsc
That's interesting. I missed the closing / (which I'm usually very picky about), but his code without the / worked fine when viewed in IE - no Milonic link. Looking at the same page in NS had the Milonic link in place. There's still something wrong.kevin3442 wrote:And here's the rub... you added the link but not quite as directed. In your <a> tag, changetoCode: Select all
href="https://milonic.com"
(note the / at the end)Code: Select all
href="https://milonic.com/"
John
Re: Menu header not being removed after adding link in Netsc
Nope... that's what I'd do. (Of course, that doesn't mean it's the best way... just what I'd do!).allgoodpeople wrote:...Just tried the above idea and it works. Can anyone see any potential problems with this fix?
Kevin
Re: Menu header not being removed after adding link in Netsc
That's clearly because IE6 on Windows is the best possible Browser/OS combination out there.jgillett wrote:...but his code without the / worked fine when viewed in IE - no Milonic link.
That's because John has been stuck on a ColdFusion problem all morning, so he sent me in his place.kevin3442 wrote:I was just trying to needle John a little... figured that'd get a rise, but... nothing!
Notice the long arm of the Death Browser Monster reaching out. It is programmed for your IP, and will, when you least expect it, pounce on your machine and rip its guts out.
After which, Vito and da boys will pay a personal visit to replace your P4 with a PII (or less).
While all this is going on I will be screaming along with my dual 2GHZ G5, never having to look back.
Did I forget anything, Maz...?
John