Recent Posts
I have already discussed about jQuery toggling in one my early posts. Now I am going to explain how to create a vertical css menu with a show/hide feature. You will get an idea if you see the image below:
Preview

This post will show you how to add social network icons to your website (linking to your profile) using CSS.
Preview

Its not too difficult if you know about css floats. Assuming you already have your menu in an unordered list, we can create a navigation bar using css only.
HTML (the list)
- <div id="nav">
- <ul>
- <li><a href="#">Home</a></li>
- <li><a href="#">Blog</a></li>
- <li><a href="#">About</a></li>
- <li><a href="#">Contact</a></li>
- </ul>
- </div>
After adding some CSS to it, our navigation bar will look like this:

Here is a list of some useful tools that you may find handy optimizing your site for search engines.
