diff --git a/examples/common/default/default.css b/examples/common/default/default.css index 7ce7a54..956a4d6 100644 --- a/examples/common/default/default.css +++ b/examples/common/default/default.css @@ -331,6 +331,20 @@ input[type="reset"] {margin-left: 4em;} /* + * Annex + */ +li.casmenu div {display: none; position: relative; width: 10%; + min-width: 80%; margin-right: 0;} +li.casmenu div table { + background: white; position: absolute; top: 0em; border: 3px solid navy; +} +li.casmenu:hover div, li.casmenu:active div, +li.casmenu div:hover, li.casmenu div:active +{display: block;} + + + +/* * PR Web */ body.pr {font-size: 200%;} diff --git a/examples/common/default/html.m4.html b/examples/common/default/html.m4.html index 2e6af4d..7428655 100644 --- a/examples/common/default/html.m4.html +++ b/examples/common/default/html.m4.html @@ -18,8 +18,8 @@