Beispiel
Das hier
kommt in den <HEAD> Bereich.
Und das ist das Menü, dass kommt an die beliebige Stelle im HTML
Zu ändern, aus dem <head> bereich:
<style type="text/css">
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}
.submenu{
margin-bottom: 0.5em;
}
</style>
Beliebig verändern (farbe größe usw.)
Zu ändern, im HTML Bereich:
<div id="masterdiv"
style="width: 500; height: 221">
Die Größe ändern und sonst noch die Links und Überschriften!