Mr. NN

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

Hi everbody

Let me tell you a little story about some things that occured to me today. I was negotiating with Mr. NN and Mr. IE about 's and . Now I have to tell you, Mr NN and I are not very good friends. We don't have the kind of relationship Mr IE and I share.

Well, Mr NN said to me that he can not execute my code with a containing a . Mr IE laughed about that, he executed it without any doubts.

I wanted to ask Mr NN why he would not execute it, but het gave me no option to do that. Mr IE laughed again..

This occasion is the reason of the fact that I want to dedicate my 133rd TWF-post to this subject.

OK, now serious:
Who knows the answer on the next question?
Why does Netscape dislike 's containing 's ?

[Edited by Jack Michaelson on 07-05-2000 at 02:00 PM]

Shakespeare: onclick || !(onclick)

Justin S's picture

They have: 2,076 posts

Joined: Jun 1999

Yes, I found that out a while back also. I had to just use the tag, so it would work in both Mr. NN and Mr. IE. Don't ask me why though.

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Hi Jack,

What does the div contain? There are some things netscape will allow you to do inside tables. Other things....at the least require a hell of a lot of coding.

Vinny

Where the world once stood
the blades of grass cut me still

They have: 184 posts

Joined: Jun 2000

....But have you been taking medication, Jack?

J/k. Smiling

They have: 122 posts

Joined: Jun 1999

I'm not sure which one is correct, but try both...

ckajhdfkjhasdf

OR

ckajhdfkjhasdf

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

Well, I'm sorry to say but
things did not work out well.

Arielladog:
You're first 'solution' gave me an Illegal operation alert brought to me by Mr NN. You're second solution was not bad, only nothing happened. Mr NN refused to display the

Justin:
I assume you put the in the but before the Like this : .
It does not work. I won't ask you why... Wink

The GraphixExperience:
Yes I AM taking medications, but that's not of your bussiness Laughing out loud

Vinny:
Here's the code:

<div id="Layer6" style="position:absolute; width:485px; height:332px; z-index:6; left: 134px; top: 376px"> <h5>
  <font face=arial color=blue> DLP manages the following DJ's: </font>
  <center><font face=arial color=blue>
  <table width="400" border="0" cellspacing="0" cellpadding="0">
    <tr>
  <td bgcolor=blue><font face=arial color=silver><h4> &nbsp; DJ</h4></font></td>
      <td bgcolor=blue><font face=arial color=silver><h4> Known from </h4></font></td>
    </tr>
    <tr>
      <td><font face=arial color=blue><h5> &nbsp; <a href="#" onmousedown="djsbio('arminindex.htm')"><img border=0 src="djbio.gif"></a> Armin Van Buuren</h5></font></td>
      <td><font face=arial color=blue><h5>Communication</h5></font></td>
    </tr>
    <tr>
      <td><font face=arial color=blue><h5>&nbsp; <a href="#" onmousedown="djsbio('benjaminindex.htm')"><img border=0 src="djbio.gif"></a> Benjamin</h5></font></td>
      <td><font face=arial color=blue><h5>South Side Spinners</h5></font></td>
    </tr>
    <tr>
      <td><font face=arial color=blue><h5>&nbsp; <a href="#" onmousedown="djsbio('ferryindex.htm')"><img border=0 src="djbio.gif"></a> Ferry Corsten</h5></font></td>
      <td><font face=arial color=blue><h5>Tsunami</h5></font></td>
    </tr>
    <tr>
      <td><font face=arial color=blue><h5>&nbsp; <a href="#" onmousedown="djsbio('melvinindex.htm')"><img border=0 src="djbio.gif"></a> Melvin</h5></font></td>
      <td><font face=arial color=blue><h5>De Waakzaamheid</h5></font></td>
    </tr>
    <tr>
      <td><font face=arial color=blue><h5>&nbsp; <a href="#" onmousedown="djsbio('olavindex.htm')"><img border=0 src="djbio.gif"></a> Olav Basoski</h5></font></td>
      <td><font face=arial color=blue><h5>Work</h5></font></td>
    </tr>
    <tr>
      <td><font face=arial color=blue><h5>&nbsp; <a href="#" onmousedown="djsbio('promissindex.htm')"><img border=0 src="djbio.gif"></a> ProMiss</h5></font></td>
      <td><font face=arial color=blue><h5>Nighttown</h5></font></td>
    </tr>
    <tr>
      <td><font face=arial color=blue><h5>&nbsp; <a href="#" onmousedown="djsbio('reneindex.htm')"><img border=0 src="djbio.gif"></a> Ren&eacute;</h5></font></td>
      <td><font face=arial color=blue><h5>All over the world</h5></font></td>
    </tr>
    <tr>
      <td><font face=arial color=blue><h5>&nbsp; <a href="#" onmousedown="djsbio('scottindex.htm')"><img border=0 src="djbio.gif"></a> Scott Mac</h5></font></td>
      <td><font face=arial color=blue><h5>UK</h5></font></td>
    </tr>
    <tr>
      <td><font face=arial color=blue><h5>&nbsp; <a href="#" onmousedown="djsbio('stephenindex.htm')"><img  border=0 src="djbio.gif"></a> Stephen</h5></font></td>
      <td><font face=arial color=blue><h5>iT</h5></font></td>
    </tr>
    <tr>
      <td><font face=arial color=blue><h5>&nbsp; <a href="#" onmousedown="djsbio('tiestoindex.htm')"><img border=0 src="djbio.gif"></a> Ti&euml;sto</h5></font></td>
      <td><font face=arial color=blue><h5>Magik</h5></font></td>
    </tr>
</table>
</font></center></div>
'

Hope you (or anybody) can do something with it.

Oh, I forgot to say. The is moved by a Dreamweaver 3.0's Timeline, but that cannot be the cause (can it?)

[Edited by Jack Michaelson on 07-06-2000 at 11:44 AM]

Shakespeare: onclick || !(onclick)

They have: 122 posts

Joined: Jun 1999

That code you just gave me works in IE 5.0 and NN 4.7. You could also try using:

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

Guys,

you won't believe it. I found the solution to my problem.
When I was looking for the right answer, I got very frustrated Mad.

So I typed, with no reason at all, the following:

blablabla

(yes that's #2!!! and I did NOT forget to close an earlier )

It seems that Mr NN occasionally thinks that a should be closed twice. I still don't believe it. But anyway, the thing worx as I think it should work so you don't hear me complain about it.

Thanx y'all

Shakespeare: onclick || !(onclick)

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Hi Jack,

As they used to say on Laugh-in: "That's verrrrry intresting!"

Here I was getting ready to give you a whole kit&kaboodle of code.

I'm going to have to play with that. Smiling YEAH!!! a new toy!!!

Vinny

Where the world once stood
the blades of grass cut me still

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

LOL

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.