左侧导航栏菜单
左侧简单的导航菜单,最终效果图如下:
HTML Source:[You can add more attributes to color the style]
<style type="text/css"> .div1 { width: 100%; margin: 5px; } .div1 a:hover, a:active { font-weight: bold; } </style> <div class="div1"> <br /> <p style="font-size: 14px; font-weight: bold;"> About Us</p> <img src="Theme/Images/hw.gif" alt="" /> <a href="#?aid=1"> Intorduction</a><br /> <br /> <img src="Theme/Images/hw.gif" alt="" /> <a href="#?aid=2">Team Structure</a><br /> <br /> <img src="Theme/Images/hw.gif" alt="" /> <a href="#?aid=3">How We Work</a><br /> <br /> <img src="Theme/Images/hw.gif" alt="" /> <a href="#?aid=4">Work Assignment</a><br /> <br /> <img src="Theme/Images/hw.gif" alt="" /> <a href="#?aid=5">Process & Tools </a><br /> <br /> <br /> </div>
Be the change you want to see in the world.