CSS-based hexagonal navigation menus and css hexagonal navigation menus
<! DOCTYPE html>
<Html>
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<Title> navigation menu for Hexagonal layout with pure CSS </title>
<Style>
. Wrap {margin: 100px; width: 303px ;}
. Nav {width: 100px; height: 58px; background: #339933; display: inline-block; position: relative; line-height: 58px; text-align: center; color: # ffffff; font-size: 14px; text-
Decoration: none; float: left; margin-top: 31px; margin-right: 1px ;}
. Nav s {width: 0; height: 0; display: block; overflow: hidden; position: absolute; border-left: 50px dotted transparent; border-right: 50px dotted transparent; border-bottom: 30px solid
#339933; left: 0px; top:-30px ;}
. Nav B {width: 0; height: 0; display: block; overflow: hidden; position: absolute; border-left: 50px dotted transparent; border-right: 50px dotted transparent; border-top: 30px solid
#339933; bottom:-30px; left: 0px ;}
. A0 {margin-left: 100px ;}
. A1 {margin-left: 50px ;}
. Nav: hover {background: #8CBF26; color: #333333 ;}
. Nav: hover s {border-bottom-color: #8CBF26 ;}
. Nav: hover B {border-top-color: #8CBF26 ;}
</Style>
</Head>
<Body>
<Div class = "wrap">
<A class = "nav a0" target = "_ blank" href = "#"> <s> </s> broadcast <B> </a>
<A class = "nav a1" target = "_ blank" href = "#"> <s> </s> broadcast <B> </a>
<A class = "nav a2" target = "_ blank" href = "#"> <s> </s> broadcast <B> </a>
<A class = "nav a3" target = "_ blank" href = "#"> <s> </s> broadcast <B> </a>
<A class = "nav a4" target = "_ blank" href = "#"> <s> </s> broadcast <B> </a>
<A class = "nav a5" target = "_ blank" href = "#"> <s> </s> broadcast <B> </a>
</Div>
<Div> <A href = "http://www.999jiujiu.com/"> http://www.999jiujiu.com/</A> </div>
</Body>
</Html>