From: Ove Klykken Date: Fri, 16 May 2014 20:56:56 +0000 (+0000) Subject: work to make the third level flyoutnav styled correct X-Git-Tag: v1.0~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1d952a7ed09bfcb049fb3d8905c121d807592ccf;p=web%2FCedarvilleMarine.git work to make the third level flyoutnav styled correct --- 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; */