From 1d952a7ed09bfcb049fb3d8905c121d807592ccf Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Fri, 16 May 2014 20:56:56 +0000 Subject: [PATCH] work to make the third level flyoutnav styled correct --- superfish.css | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/superfish.css b/superfish.css index 32f7fb9..e23123d 100755 --- a/superfish.css +++ b/superfish.css @@ -1,3 +1,15 @@ +/* OVerriding common styles to center control nav */ +.nivo-controlNav { + text-align:center; + left:0; + right:0; + bottom: 0; +} +.nivo-controlNav a { + display:inline-block; /* so float:none */ +} + + /*** ESSENTIAL STYLES ***/ .sf-menu, .sf-menu * { margin: 0; @@ -32,6 +44,7 @@ .sf-menu ul ul { top: 0; left: 100%; + margin-left: 0px; } @@ -58,7 +71,7 @@ zoom: 1; /* IE7 */ } .sf-menu a { - color: #000; + color: #271e1f; } .sf-menu a:hover { color: #2e96ff; @@ -73,9 +86,15 @@ .sf-menu ul li { /* background: #AABDE6; */ } +.sf-menu ul ul { + border: 0; + } .sf-menu ul ul li { - /*ackground: #9AAEDB; */ -} + background: rgb(56,73,93); + } +.sf-menu ul ul li a { + color: white; + } .sf-menu li:hover, .sf-menu li.sfHover { /* background: #CFDEFF; */ -- 2.17.1