 |
 |
|
|
|
Notices |
ATTENTION NEW REGISTRANTS!!!Read THIS before registering! -------------------------------------
HAVEN'T BEEN HERE IN A WHILE?
Please check your email address and make sure it is up-to-date.
If you are on this list, you need to update. OR if you know someone on this list, please contact them and have them update.
THE LIST
Upon updating, please contact an Admin so we can remove you from the list.
Thanks.
|
General Discussions Need to talk about anything not covered in the other discussion forums? Pop here! NO FLAMING ALLOWED! |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
February 7th, 2001, 05:55 AM
|
#1
|
ÜberBrückenMeister
Join Date: Dec 2000
Location: Washington, DC, USA
Posts: 464
|
Need help with strange Nutscrape issue...
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 and 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 and I vote."
"Don't blame me, I voted with the Majority!"
|
|
|
|
February 7th, 2001, 05:47 PM
|
#2
|
I have always been here.
Join Date: Nov 2000
Location: MA, USA
Posts: 360
|
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!
------------------
MC3D II is coming...
|
|
|
|
February 7th, 2001, 06:35 PM
|
#3
|
ÜberBrückenMeister
Join Date: Dec 2000
Location: Washington, DC, USA
Posts: 464
|
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 and I vote."
"Don't blame me, I voted with the Majority!"
|
|
|
|
February 9th, 2001, 04:49 PM
|
#4
|
Exec. Producer
Join Date: Jan 2001
Location: Somewhere in the middle of the UK
Posts: 80
|
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
|
|
|
|
February 9th, 2001, 04:50 PM
|
#5
|
Exec. Producer
Join Date: Jan 2001
Location: Somewhere in the middle of the UK
Posts: 80
|
No wait, my bad, misunderstood what you were saying.
May have a solution for you soon
Paul
------------------
"Due to lack of interest, tomorrow has been cancelled"
"If at first you don't succeed.........Improvise"
Phoenix Fleet : Project Farside
|
|
|
|
February 9th, 2001, 04:55 PM
|
#6
|
Exec. Producer
Join Date: Jan 2001
Location: Somewhere in the middle of the UK
Posts: 80
|
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
(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
Paul
------------------
"Due to lack of interest, tomorrow has been cancelled"
"If at first you don't succeed.........Improvise"
Phoenix Fleet : Project Farside
|
|
|
|
February 9th, 2001, 06:07 PM
|
#7
|
ÜberBrückenMeister
Join Date: Dec 2000
Location: Washington, DC, USA
Posts: 464
|
Are we looking at the same page?  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.
------------------
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 and I vote."
"Don't blame me, I voted with the Majority!"
|
|
|
|
February 9th, 2001, 06:09 PM
|
#8
|
ÜberBrückenMeister
Join Date: Dec 2000
Location: Washington, DC, USA
Posts: 464
|
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 and I vote."
"Don't blame me, I voted with the Majority!"
|
|
|
|
February 10th, 2001, 02:07 AM
|
#9
|
Exec. Producer
Join Date: Jan 2001
Location: Somewhere in the middle of the UK
Posts: 80
|
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
|
|
|
|
February 10th, 2001, 06:08 AM
|
#10
|
ÜberBrückenMeister
Join Date: Dec 2000
Location: Washington, DC, USA
Posts: 464
|
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 shazbot 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 and I vote."
"Don't blame me, I voted with the Majority!"
|
|
|
|
February 10th, 2001, 06:56 AM
|
#11
|
Exec. Producer
Join Date: Jan 2001
Location: Somewhere in the middle of the UK
Posts: 80
|
Sean,
Well, everytime I view the source inside of Netscape it's there
And I'm not going to get into the big Browser issue, cause we'd only argue
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
|
|
|
|
February 10th, 2001, 09:00 AM
|
#12
|
ÜberBrückenMeister
Join Date: Dec 2000
Location: Washington, DC, USA
Posts: 464
|
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 and I vote."
"Don't blame me, I voted with the Majority!"
|
|
|
|
February 10th, 2001, 09:52 AM
|
#13
|
Exec. Producer
Join Date: Jan 2001
Location: Somewhere in the middle of the UK
Posts: 80
|
Yay, another hand-coder
Rare breed these days
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
|
|
|
|
February 10th, 2001, 01:14 PM
|
#14
|
Guest
|
*raises hand* I'm a hand coder...
|
|
|
|
February 10th, 2001, 01:19 PM
|
#15
|
Exec. Producer
Join Date: Jan 2001
Location: Somewhere in the middle of the UK
Posts: 80
|
Woohoo, even better
*salutes all the hand coders off the world*
Hehe,
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
|
|
|
|
February 10th, 2001, 02:06 PM
|
#16
|
I have always been here.
Join Date: Nov 2000
Location: MA, USA
Posts: 360
|
I never use anything but notepad!
------------------
MC3D II is coming...
|
|
|
|
February 10th, 2001, 02:21 PM
|
#17
|
Guest
|
Uh-oh, we got a live on here...
|
|
|
|
February 10th, 2001, 02:25 PM
|
#18
|
Exec. Producer
Join Date: Jan 2001
Location: Somewhere in the middle of the UK
Posts: 80
|
"Never under-estimate the power of Notepad"
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
|
|
|
|
February 10th, 2001, 02:39 PM
|
#19
|
ÜberBrückenMeister
Join Date: Dec 2000
Location: Washington, DC, USA
Posts: 464
|
OK, so can any of you hand-coders help me out here???
------------------
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 and I vote."
"Don't blame me, I voted with the Majority!"
|
|
|
|
February 10th, 2001, 05:05 PM
|
#20
|
I have always been here.
Join Date: Nov 2000
Location: MA, USA
Posts: 360
|
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 is coming...
|
|
|
|
February 10th, 2001, 05:24 PM
|
#21
|
Exec. Producer
Join Date: Jan 2001
Location: Somewhere in the middle of the UK
Posts: 80
|
LOL @ MrMcC.
Coward
Sean. Everything with the code look fine to me (Although I do hate DHTML with a passion.  )
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
|
|
|
|
April 7th, 2001, 03:54 AM
|
#22
|
Guest
|
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. 
|
|
|
|
April 7th, 2001, 03:16 PM
|
#23
|
ÜberBrückenMeister
Join Date: Dec 2000
Location: Washington, DC, USA
Posts: 464
|
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 and I vote."
"Don't blame me, I voted with the Majority!"
|
|
|
|
April 10th, 2001, 11:00 AM
|
#24
|
Guest
|
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.
------------------
Jeff Lee -- godfrey@shipbrook.com -- http://www.shipbrook.com/jeff/
POV-Ray oldtimer, Animation Master 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>
|
|
|
|
 |
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |
 |
 |
 |
|
For Fans Of CGI/Digital Art
|
|
 |