Style of the menu is determined by an external file of the table of
styles - stylemenu.css. It is loaded into page by a line
It is better to remove this line from a code of the menu and to insert into a header part of your pages (between tags
) a line:
Download the given file of the table of styles and place it in directory, there
are other files of your site. Accordingly, change a way to the given file in a code of the menu from the
address of our site to new your address.
Editing the given file you can precisely adjust and change style of your menu.
This page will help you to understand purpose of all fields.
#rmcmenu {z-index:5;
width:80px;
color:black;
background:white;
float:left;
border:2px white outset;
cursor:default}
#rmcmenu .appear {position:absolute;
width:80px;
color:black;
background:white;
display:none;
border:2px white outset;
margin:2px}
#rmcmenu P {margin-top:0px;
margin-bottom:0px;
width:80px}
#rmcmenu .above {color:white;
background:blue;
font-weight:bold}
#rmcmenu A {color:black;
text-decoration:none;
cursor:hand;
cursor:pointer}
Desription
Templates of styles for your menu
Choose necessary style of the menu from specially prepared
templates to different types of page's design. If any of them does not approach
you, choose the most suitable and edit already it.