My client wants it on top. For me to do as you ask requires quite a lot of work on
my part. But I'm obliging see below.
__________________________________
"Andrew Thompson" <SeeMySites@www.invalid> wrote in message news:18y4h4tjxfn2m$.d2zxr6sv1agv$.dlg@40tude.net.. .[color=blue]
> On Sun, 08 Aug 2004 15:39:42 GMT, George Hester wrote:
>
> Could I ask you not to top-post George?
> I find it most confusing..
> <http://www.physci.org/codes/javafaq.jsp#netiquette>
>
> See further comments in-line.
> [color=green]
> > "Andrew Thompson" <SeeMySites@www.invalid> wrote in message...[color=darkred]
> >> On Sat, 07 Aug 2004 18:22:58 -0400, Randy Webb wrote:
> >>> George Hester wrote:
> >> ..
> >>>>
http://home.nycap.rr.com/foryorisonly/cube/cube.htm
> >>>
> >>> All I see there is a broken Java icon.......[/color][/color]
> ...[color=green][color=darkred]
> >> I checked the applet in IE6 using both Java
> >> 1.5 and the MSVM and saw the 'rotating cube'
> >> of book images both times..
> >>
> >> Note to George. I left and returned to the page
> >> to see that menu at left had been partially obscured
> >> behind the the lower applet.. is that your intent?[/color][/color]
> [color=green]
> > Um no and I didn't write the applet. I made the
> > floating div which highlights each destination on
> > the left. The bottom applet is just old hat.
> > Please ignore it. [/color]
>
> It is easier to ignore if it is not there..
> [color=green]
> > Let me know please exactly the issue you had with the
> > floating div. [/color]
>
> A picture speaks a thousand words, here's two..
> <http://www.physci.org/test/screenshot/>
> The pic's are hester1.png and hester2.png.
>
> The first shows the menu div slipping beneath
> both applets. The second is after I had put
> the mouse over the applet, then moved it away..
> the menu vanished (in an unpredictable way,
> sometimes it was there, sometimes not).
> [color=green]
> > That I can fix the applet itself I cannot. [/color]
>
> Graceful degradation can be done in the HTML,
> it requires no changes to the applet. Since
> these applets seem to work in Java 1.1, the only
> things you need to account for are the browsers
> with 'No Java' or 'Java disabled'.
>
> Neither of your applet tags has an 'alt'
> (Java disabled) attribute defined. For the
> 'alternate HTML' they have "Get a Java Virtual
> Machine you don't support Java(tm)." which
> seems rude, and "Enable your JavaScripting",
> which is just plain wrong.
>
> If you wish to discuss it further it is
> best taken up on comp.lang.java.help
>
> HTH
>
> --
> Andrew Thompson
>
http://www.PhySci.org/ Open-source software suite
>
http://www.PhySci.org/codes/ Web & IT Help
>
http://www.1point1C.org/ Science & Technology[/color]
Wow interesting. It doesn't do that with anyone else I know of. You are using IE 6 that's for sure.
I assume in Windows XP. The reason you get that is because your browser must be wide enough.
Try setting to 800x600 screen display and open your browser the width of your screen.
That should fix the overlap of the div and the cube.
There is really nothing I can do about the overlap if the user chooses to use small browser width
and or low screen resolution. I suppost I could try to work around that but right now I need to fix
the small issue I have left. Concurrency.
Why the other applet appears so far up in the page has me scratching my head. It doesn't do that here
(IE 5.5 SP2 Windows 2000) but that's easy enough to fix. Thanks. Yeah that's weird I don't
know why yours is doing that. Here's mine:
http://home.nycap.rr.com/foryorisonly/images/mycube.gif
Notice the bottom applet starts much further down the page. Oh well.
The unpredictable way is right. It is an issue with the Applet executing the javascript code during
the onmouseout event. That's the concurrency issue and is what I am trying to fix at the moment.
Java Scripting will be necessary for this applet to work as I have made it. So that's a requirement.
Yes "Get a Java Virtual Machine" seems rude. Oh well I'm not really very nice. Please don't hold that
against me. I'll consider changing that.
Finally the alt tag in the Applet? I do not want that tip appearing over the applet when it works.
Won't that happen? Or is it just restricted to when the applet doesn't function?
All your comments I appreciate.
Finally I have posted one question to the java.help group. The question is specific to JSObject in the
class (the concurrency issue). The rest of the issues are strictly Java Script and user configuration I believe.
________________
George Hester