entre2lineas@gmail.com greetings!
Edited by roneada, 18 May 2011, 19:43.
Posted 18 May 2011, 19:39
Edited by roneada, 18 May 2011, 19:43.
Posted 18 May 2011, 20:05
Posted 19 May 2011, 13:59
Posted 19 May 2011, 16:07
Posted 19 May 2011, 18:00
DunWeb, on 19 May 2011, 16:07, said:
/*---------------------------------*/
/* Vertical Fly-Out Menu Style */
/*---------------------------------*/
.verbar { /* general boxes Color of main vertical menubar and border */
color: black;
}
.vertitem { /* Behaviour of main vertical menu items, leave as is for proper operation */
text-align: left;
white-space: nowrap;
}
.vertitem a { /* Font style, size of main menu items */
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
text-decoration: none;
position: relative;
display: block;
}
.vertitem a:link, .vertitem a:visited { /* Default font style & color of main menu items */
color: #000000;
text-decoration: none;
}
.vertitem a:hover { /* Font style & color, background menu color of main menu item when hovered over */
color: #ffffff;
background-color: #339900;
text-decoration: none;
}
.vertitem a:active { /* Font style & color, background menu color of main menu item when clicked */
color: #ffff00;
background-color: #339900;
text-decoration: none;
}
.vertsubmenu { /* Behaviour of sub-menu - leave as is for proper operation of submenus */
position: absolute;
width: 80px;
right: 200px;
}
.vertsubframe { /* Color of submenu item and border */
background-color: #FFF;
border: 1px outset #CCC;
display: block;
cursor: se-resize;
}
.vertsubitem { /* Behaviour of sub-menu - leave as is for proper operation of submenus */
text-align: left;
margin: 10px;
padding: 2px;
}
.vertsubitem a { /* Font style, size of submenu items */
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
text-decoration: none;
position: relative;
display: block;
}
.vertsubitem a:link, .vertsubitem a:visited { /* Default font style & color of submenu items */
color: #000000;
text-decoration: none;
}
.vertsubitem a:hover { /* Font style & color, background submenu color of submenu item when hovered over */
color: #ffffff;
background-color: #339900;
text-decoration: none;
}
.vertsubitem a:active { /* Font style & color, background submenu color of submenu item when clicked */
color: #ffff00;
background-color: #339900;
text-decoration: none;
}
.vertsubitem .vertfwdarr, .vertitem .vertfwdarr { /* posicion de flechitas Positioning of right arrow for submenus */
position: absolute;
top: 5px;
right: 8px;position: absolute;
}
.dmselected { /* Style override for selected category tree */
background-color: #339900;
font-weight: bold;
}
.verbar .dmselected { /* Style override for selected root category */
background-color: #999;
}
thanks for the reply!
Posted 19 May 2011, 20:37
Posted 20 May 2011, 18:09
DunWeb, on 19 May 2011, 20:37, said:
Edited by roneada, 20 May 2011, 18:12.