Hi.
I'm developing applets for a website, but I have trouble getting it to work in browsers on both windows and mac platform. It works fine in several browsers on windows platforms (IE, FireFox, Opera, ...) but not on mac.
On mac I get it up in Safari, but it ends up like a thin line instead of a 30 pixels high menu as it should. (And does on windows platform...).
Code used for Mac:
<!-- Mac -->
<OBJECT data="java:MenuLynx.class" code="MenuLynx.class"
type="application/x-java-applet;version=1.4" archive="MLynx.zip"
width="90%" height="30" align="top">
<!-- end Mac -->
Realy hope someone can help me.
It is maybe a problem that it is inside a frame-set??
I'm developing applets for a website, but I have trouble getting it to work in browsers on both windows and mac platform. It works fine in several browsers on windows platforms (IE, FireFox, Opera, ...) but not on mac.
On mac I get it up in Safari, but it ends up like a thin line instead of a 30 pixels high menu as it should. (And does on windows platform...).
Code used for Mac:
<!-- Mac -->
<OBJECT data="java:MenuLynx.class" code="MenuLynx.class"
type="application/x-java-applet;version=1.4" archive="MLynx.zip"
width="90%" height="30" align="top">
<!-- end Mac -->
Realy hope someone can help me.
It is maybe a problem that it is inside a frame-set??