Hier gibts eine ganze Reihe an
Beispielen,wie man dieses Menü hervorragend einsetzen kann.
Ich habe diese Beispiele auf 2 Seiten zusammengefügt.
Sroll auf dieser Seite die erste Serie der Beispiele durch.
Am Ende dieser Datei kannst Du auf die zweite Seite wechseln.
Dieses Textmenü ist einfach
genial und einfach einzusetzen.
Diesen Code musst Du in die HTML-Datei einfügen:
Diesen Code musst Du in die HTML-Datei einfügen:
Diesen Code musst Du in die HTML-Datei einfügen:
Diesen Code musst Du in die HTML-Datei einfügen:
As you can see in these examples the combinatons are countless.
Parameters
TextToDisplay is the text you want to appear in
the applet. Must be separated with ";"
URLtoDisplay contains the URLs that correspond
to the above text values.Must be separated with ";"
Position is either Horizontal or Vertical
bgCOLOR1 is the background color of each label.
All colors are defined as triples of R,G,B values where 0<R,G,B<255. All values zero
indicate black, all values 255 indicate white.
bgCOLOR2 is the background color of the label
when the mouse is over it
textCOLOR1 is the foreground color of each
label
textCOLOR2 is the foreground color of the label
when the mouse is over it
FontSize is the font size
FontSize2 is the font size when the mouse is
over it.
FontName is the name of the font. If you don't
know what fonts your java support, you 'd better leave it as it is.
FontStyle: the style can be "PLAIN"
or "BOLD" or "ITALIC", or "BOLDandITALIC". Default is
"BOLD".This means that if you don't specify this parameter, or if you specify it
wrong, fontstyle will be "BOLD"
FontStyle2: the style when the mouse is over
the text. Default is "BOLD"
Target can have any of the values
"_self", "_parent", "_top", "_blank" or the name
of the frame you want the URL to appear.Must be separated with ";". Default is
"_blank"
You can customize all the values but
remember to change the width and height of the applet accordingly.