git-svn-id: https://192.168.0.254/svn/Proyectos.IRFineArts_Web/trunk@2 88734cd7-4cec-0b49-a19b-cefba6b9d6f8
22 lines
1.2 KiB
CSS
22 lines
1.2 KiB
CSS
/* ================================================================
|
|
This copyright notice must be untouched at all times.
|
|
|
|
The original version of this stylesheet and the associated (x)html
|
|
is available at http://www.cssplay.co.uk/menus/dd_valid.html
|
|
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
|
|
This stylesheet and the assocaited (x)html may be modified in any
|
|
way to fit your requirements.
|
|
=================================================================== */
|
|
@charset "utf-8";
|
|
.menu ul li a.hide, .menu ul li a:visited.hide {display:none;}
|
|
.menu ul li a:hover ul li a.hide {display:none;}
|
|
|
|
.menu ul li a:hover {background-color: #242424;}
|
|
.menu ul li a:hover ul {display:block; position:absolute; top: 28px; left:0; width:200px;}
|
|
.menu ul li a:hover ul li a.sub {color:#fff;}
|
|
.menu ul li a:hover ul li a {display:block; background:#242424; color:#E5C779;}
|
|
.menu ul li a:hover ul li a ul {visibility:hidden;}
|
|
.menu ul li a:hover ul li a:hover {background-color: #242424; color:#fff;}
|
|
.menu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:105px; top:0; color:#000;}
|
|
.menu ul li a:hover ul li a:hover ul.left {left:-105px;}
|