CSS vertical menu with sub menu
Sometimes we need vertical menu, or menu with sub menu. We can create multilevel vertical menu using only CSS. It is very simple and easy.Have fun!

HTML Part:
============
<div id="navigation">
<ul class="top-level">
<li><a href="#">Home</a></li>
<li><a href="#">Abo
CSS horizontal drop down menu
Dropdown menu makes user-friendly navigation in a site. We can create multi-level dropdown menu using only CSS. It is very simple and easy.Have fun!

HTML Part:
============
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
CSS Speech Bubbles and CSS Tool tips
Speech Bubble is commonly used in a blog or forum. You can create speech bubble easily using only css. It supports all major modern browsers.Have Fun!
/******* CSS Start Here ******/
/* Page Background */
body {
background: #666;
padding: 100px;
}
/* Speech Bubble */
#bubble {
background-color: #009900;
background-image: -webkit-linear-gradient(top, hs