View Full Version : Need help with strange Nutscrape issue...
seanr
February 7th, 2001, 06:55 AM
Hoookayy... This page is designed with a series of pop up menus for the navigation. All four links accross the top have them, and two of the ones on the side do. They work _perfectly_ in Internet Explorer. Can anyone tell me why the menus accross the top work flawlessly in Netscape 4.7x, while the ones on the left barely flash before disappearing again? Same code for all the menus, so why are the ones on the left causing me such cranial agony? What really bizarre is that in Mozilla, the two side menus work perfectly, but the top ones don't show up. HUH??? If anyone can help out, I will be forever greatfull, as I'd like to be able to reuse this code for future sites. If you want to see the only alternative we have to DHTML, go take a look at the way the menus were done on www.firstvirginia.com (http://www.firstvirginia.com) and www.oldpoint.com, (http://www.oldpoint.com,) and you'll see why I want this to work so badly. ;-) Here's the URL to the misbehaving page:
http://www.mania-online.com/hrea/airport_history.html
------------------
Sean Robertson
webolutionary@webolutionary.com
http://www.webolutionary.com
http://www.mania-online.com
"A doctor can bury his mistakes, and architect can only advise his clients to plant vines."
- Frank Lloyd Wright
"I'm the UUA (http://www.uua.org) and I vote."
"Don't blame me, I voted with the Majority!"
McC
February 7th, 2001, 06:47 PM
People may have it in for Microsoft, but I tell ya...the one thing they did perfectly right was IE. I've never met a more web designer-friendly browser than IE. Netscape is decrepit and until they can at least make it interpret frames to one pixel (like IE), I won't be a supporter of it.
In short: forget about Netscape and put a JavaScript on there that redirects them to the IE download page! http://www.3dgladiators.com/forums/ubb/ubbhtml/wink.gif
------------------
MC3D II (http://blazer.hispeed.com) is coming...
seanr
February 7th, 2001, 07:35 PM
While I'd sure like to do that, unfortunately, this is the real world and I don't have that option. It has to work in both browsers or we can't use it. No way of getting around that.
------------------
Sean Robertson
webolutionary@webolutionary.com
http://www.webolutionary.com
http://www.mania-online.com
"A doctor can bury his mistakes, and architect can only advise his clients to plant vines."
- Frank Lloyd Wright
"I'm the UUA (http://www.uua.org) and I vote."
"Don't blame me, I voted with the Majority!"
TheMightySpud
February 9th, 2001, 05:49 PM
Knows where Sean is coming from on the cross-platform issue.
Now we have 3 browsers to design for (NS6 works a little differently than 4.x)
Anyway, back to the point........umm, Sean, seems that the DHTML works fine in NS4.x
(Well, it's does for me anyhow.)
Paul
------------------
"Due to lack of interest, tomorrow has been cancelled"
"If at first you don't succeed.........Improvise"
Phoenix Fleet : Project Farside (http://www.projectfarside.com/)
TheMightySpud
February 9th, 2001, 05:50 PM
No wait, my bad, misunderstood what you were saying.
May have a solution for you soon http://www.3dgladiators.com/forums/ubb/ubbhtml/smile.gif
Paul
------------------
"Due to lack of interest, tomorrow has been cancelled"
"If at first you don't succeed.........Improvise"
Phoenix Fleet : Project Farside (http://www.projectfarside.com/)
TheMightySpud
February 9th, 2001, 05:55 PM
Okay, think I may have it, not sure though.
Bottom of the code.
Where the images are (Outside of the table, in teh hidden layer.
(Standard parentheses have replaced pointy ones http://www.3dgladiators.com/forums/ubb/ubbhtml/smile.gif
(DIV style="visibility:hidden;")(DIV Ttyle="visibility:hidden;")
It doesn't look like the second (DIV) is needed, and unless I missed something ealier in the code, (DIV Ttyle) ain't a standard tag.
That's the only thing that leaps out.
I'll keep looking though http://www.3dgladiators.com/forums/ubb/ubbhtml/smile.gif
Paul
------------------
"Due to lack of interest, tomorrow has been cancelled"
"If at first you don't succeed.........Improvise"
Phoenix Fleet : Project Farside (http://www.projectfarside.com/)
seanr
February 9th, 2001, 07:07 PM
Are we looking at the same page? http://www.3dgladiators.com/forums/ubb/ubbhtml/wink.gif Here's what's on the bottom on that page:
<div style="visibility:hidden;">
<layer visibility="hide">
<img src="resources/images/airport_history_05-over.jpg" width=1 height=1>
<img src="resources/images/airport_history_07-over.jpg" width=1 height=1>
<img src="resources/images/airport_history_09-over.jpg" width=1 height=1>
<img src="resources/images/airport_history_11-over.jpg" width=1 height=1>
<img src="resources/images/airport_history_14-over.gif" width=1 height=1>
<img src="resources/images/airport_history_15-over.gif" width=1 height=1>
<img src="resources/images/airport_history_16-over.gif" width=1 height=1>
<img src="resources/images/airport_history_17-over.gif" width=1 height=1>
<img src="resources/images/airport_history_19-over.jpg" width=1 height=1>
<img src="resources/images/airport_history_20-over.gif" width=1 height=1>
<img src="resources/images/airport_history_20-over-26.gif" width=1 height=1>
<img src="resources/images/airport_history_25-over.jpg" width=1 height=1>
<img src="resources/images/airport_history_26-over.jpg" width=1 height=1>
<img src="resources/images/airport_history_28-over.jpg" width=1 height=1>
</layer>
</div>
That is in place of a javascript preload function, so that all the rolovers are loaded when the page loads. That makes the page a lot easier to reload in Netscape, and is more efficient than a javascript preload script.
FYI, you can simply type &lt; in place of < and &gt; in place of >, rather than using perentheses. UBB is just passing the HTML right through to the browser, so you can use all of the standard special character entity names as you would in a normal web page. http://www.3dgladiators.com/forums/ubb/ubbhtml/wink.gif
------------------
Sean Robertson
webolutionary@webolutionary.com
http://www.webolutionary.com
http://www.mania-online.com
"A doctor can bury his mistakes, and architect can only advise his clients to plant vines."
- Frank Lloyd Wright
"I'm the UUA (http://www.uua.org) and I vote."
"Don't blame me, I voted with the Majority!"
seanr
February 9th, 2001, 07:09 PM
PS, I've got a layer nested inside a div like that so that both browsers will properly hide that block. IE will recognize the div and Netscape the layer, but each will ignore the other.
------------------
Sean Robertson
webolutionary@webolutionary.com
http://www.webolutionary.com
http://www.mania-online.com
"A doctor can bury his mistakes, and architect can only advise his clients to plant vines."
- Frank Lloyd Wright
"I'm the UUA (http://www.uua.org) and I vote."
"Don't blame me, I voted with the Majority!"
TheMightySpud
February 10th, 2001, 03:07 AM
Okay, here's what I get when I look at the source in NS of the page you supplied at the beginning of the thread.
(The last bit of code)
<DIV style="visibility:hidden;"><DIV Ttyle="visibility:hidden;">
<LAYER visibility="hide">
<IMG src="resources/images/airport_history_05-over.jpg" width=1 height=1>
<IMG src="resources/images/airport_history_07-over.jpg" width=1 height=1>
<IMG src="resources/images/airport_history_09-over.jpg" width=1 height=1>
<IMG src="resources/images/airport_history_11-over.jpg" width=1 height=1>
<IMG src="resources/images/airport_history_14-over.gif" width=1 height=1>
<IMG src="resources/images/airport_history_15-over.gif" width=1 height=1>
<IMG src="resources/images/airport_history_16-over.gif" width=1 height=1>
<IMG src="resources/images/airport_history_17-over.gif" width=1 height=1>
<IMG src="resources/images/airport_history_19-over.jpg" width=1 height=1>
<IMG src="resources/images/airport_history_20-over.gif" width=1 height=1>
<IMG src="resources/images/airport_history_20-over-26.gif" width=1 height=1>
<IMG src="resources/images/airport_history_25-over.jpg" width=1 height=1>
<IMG src="resources/images/airport_history_26-over.jpg" width=1 height=1>
<IMG src="resources/images/airport_history_28-over.jpg" width=1 height=1>
</LAYER>
</DIV>
The thing that leaped out at me is that there is and extra DIV tag in there.
Paul
------------------
"Due to lack of interest, tomorrow has been cancelled"
"If at first you don't succeed.........Improvise"
Phoenix Fleet : Project Farside (http://www.projectfarside.com/)
seanr
February 10th, 2001, 07:08 AM
I don't know where the hell that's coming from, because it isn't in the code. Sounds like Netscape is just arbtrarily adding shit wherever it fricking feels like. God, that browser SUCKS.
------------------
Sean Robertson
webolutionary@webolutionary.com
http://www.webolutionary.com
http://www.mania-online.com
"A doctor can bury his mistakes, and architect can only advise his clients to plant vines."
- Frank Lloyd Wright
"I'm the UUA (http://www.uua.org) and I vote."
"Don't blame me, I voted with the Majority!"
TheMightySpud
February 10th, 2001, 07:56 AM
Sean,
Well, everytime I view the source inside of Netscape it's there http://www.3dgladiators.com/forums/ubb/ubbhtml/smile.gif
And I'm not going to get into the big Browser issue, cause we'd only argue http://www.3dgladiators.com/forums/ubb/ubbhtml/smile.gif
BTW, is this hard coded (typed HTML) or soft coded (Dreamweaver or the like?)
Paul
------------------
"Due to lack of interest, tomorrow has been cancelled"
"If at first you don't succeed.........Improvise"
Phoenix Fleet : Project Farside (http://www.projectfarside.com/)
seanr
February 10th, 2001, 10:00 AM
The original page was coded by ImageReady, but it was cleaned up by hand and I added the DHTML and javascript by hand. I don't use wysiwyg editors as they tend to screw stuff up and don't give you fine enough control.
------------------
Sean Robertson
webolutionary@webolutionary.com
http://www.webolutionary.com
http://www.mania-online.com
"A doctor can bury his mistakes, and architect can only advise his clients to plant vines."
- Frank Lloyd Wright
"I'm the UUA (http://www.uua.org) and I vote."
"Don't blame me, I voted with the Majority!"
TheMightySpud
February 10th, 2001, 10:52 AM
Yay, another hand-coder http://www.3dgladiators.com/forums/ubb/ubbhtml/smile.gif
Rare breed these days http://www.3dgladiators.com/forums/ubb/ubbhtml/smile.gif
Well, that's the only problem that I can see with the code.
So other than than I ain't got a clue.
Paul
------------------
"Due to lack of interest, tomorrow has been cancelled"
"If at first you don't succeed.........Improvise"
Phoenix Fleet : Project Farside (http://www.projectfarside.com/)
Lisa's Secret
February 10th, 2001, 02:14 PM
*raises hand* I'm a hand coder...
TheMightySpud
February 10th, 2001, 02:19 PM
Woohoo, even better
*salutes all the hand coders off the world*
Hehe, http://www.3dgladiators.com/forums/ubb/ubbhtml/smile.gif
Paul
------------------
"Due to lack of interest, tomorrow has been cancelled"
"If at first you don't succeed.........Improvise"
Lo, so I see my father.
Lo, there do I see my mother.
And my sisters, and my brothers.
Lo, there do I see the line of my people, back to the beginning.
Lo, they do call to me, they bid me take my place among them.
In the halls of Valhalla, where the brave, they live.
Forever.
*Ancient Viking War Prayer*
Phoenix Fleet : Project Farside (http://www.projectfarside.com/)
McC
February 10th, 2001, 03:06 PM
I never use anything but notepad! http://www.3dgladiators.com/forums/ubb/ubbhtml/biggrin.gif
------------------
MC3D II (http://blazer.hispeed.com) is coming...
Lisa's Secret
February 10th, 2001, 03:21 PM
Uh-oh, we got a live on here...
TheMightySpud
February 10th, 2001, 03:25 PM
"Never under-estimate the power of Notepad"
http://www.3dgladiators.com/forums/ubb/ubbhtml/biggrin.gif
Paul
------------------
"Due to lack of interest, tomorrow has been cancelled"
"If at first you don't succeed.........Improvise"
Lo, so I see my father.
Lo, there do I see my mother.
And my sisters, and my brothers.
Lo, there do I see the line of my people, back to the beginning.
Lo, they do call to me, they bid me take my place among them.
In the halls of Valhalla, where the brave, they live.
Forever.
*Ancient Viking War Prayer*
Phoenix Fleet : Project Farside (http://www.projectfarside.com/)
seanr
February 10th, 2001, 03:39 PM
OK, so can any of you hand-coders help me out here??? http://www.3dgladiators.com/forums/ubb/ubbhtml/wink.gif http://www.3dgladiators.com/forums/ubb/ubbhtml/wink.gif http://www.3dgladiators.com/forums/ubb/ubbhtml/wink.gif
------------------
Sean Robertson
webolutionary@webolutionary.com
http://www.webolutionary.com
http://www.mania-online.com
"A doctor can bury his mistakes, and architect can only advise his clients to plant vines."
- Frank Lloyd Wright
"I'm the UUA (http://www.uua.org) and I vote."
"Don't blame me, I voted with the Majority!"
McC
February 10th, 2001, 06:05 PM
I can't...if Netscape starts giving me trouble, and I can't fix it within 30 mins, I just set up a JavaScript that laughs at Netscrape people and goes normal for IE.
------------------
MC3D II (http://blazer.hispeed.com) is coming...
TheMightySpud
February 10th, 2001, 06:24 PM
LOL @ MrMcC.
Coward http://www.3dgladiators.com/forums/ubb/ubbhtml/biggrin.gif
Sean. Everything with the code look fine to me (Although I do hate DHTML with a passion. http://www.3dgladiators.com/forums/ubb/ubbhtml/smile.gif)
Anyway, I can't seem to find anything wrong with it, except that pesky tage down at the bottom.
Paul
------------------
"Due to lack of interest, tomorrow has been cancelled"
"If at first you don't succeed.........Improvise"
Lo, so I see my father.
Lo, there do I see my mother.
And my sisters, and my brothers.
Lo, there do I see the line of my people, back to the beginning.
Lo, they do call to me, they bid me take my place among them.
In the halls of Valhalla, where the brave, they live.
Forever.
*Ancient Viking War Prayer*
Phoenix Fleet : Project Farside (http://www.projectfarside.com/)
BRUTUS
April 7th, 2001, 04:54 AM
Ever fix it? Going to that page, it looks like you haven't. Don't know if this will help you figure out a solution, but the menus do stay visible if you don't move your cursor once it appears....you have to do it carefully. http://www.3dgladiators.com/forums/ubb/ubbhtml/smile.gif
seanr
April 7th, 2001, 04:16 PM
I never did figure out what the ****l was wrong with it. I'd still like some help here, if anyone would care to give it a try.
------------------
Sean Robertson
webolutionary@webolutionary.com
http://www.webolutionary.com
http://www.mania-online.com
"A doctor can bury his mistakes, and architect can only advise his clients to plant vines."
- Frank Lloyd Wright
"I'm the UUA (http://www.uua.org) and I vote."
"Don't blame me, I voted with the Majority!"
Godfrey
April 10th, 2001, 12:00 PM
I haven't found the popup-menu problem yet, but I can confirm the spurious "Ttyle" tag. Nutscrape (4.76) seems to be inserting it on its own; "Show Source" lists it, but "Save File As..." doesn't produce it. Removing the semicolon from the "visibility:hidden" seems to stop Nutscrape from adding in the broken tag (this doesn't fix the popup problem, though).
As to the relative merits of each browser, you all are approaching the question from the wrong direction. It's not a question of which one is best -- it's a question of which one sucks the least. http://www.3dgladiators.com/forums/ubb/ubbhtml/smile.gif
------------------
Jeff Lee -- godfrey@shipbrook.com -- http://www.shipbrook.com/jeff/
POV-Ray (http://www.povray.org/) oldtimer, Animation Master (http://www.hash.com/) newbie.
Etiam singula minima maximi momenti est. <FONT size="1"><FONT COLOR="blue">(Even the smallest detail is of the utmost importance.)</FONT c></FONT s>
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.