Lets begin with this simple steps.
What we need to add a span tag inside your navigation button to make it look like this below:
<div id="navmenu">
<ul>
<li><span class="home"><a href="http://www.yourlinkurl.com">Home<span></span></a></span></li>
<li><span class="about"><a href="http://www.yourlinkurl.com">About<span></span></a></span></li>
<li><span class="RSS"><a href="http://www.yourlinkurl.com">RSS<span></span></a></span></li>
</ul></div>
Go to your Dashboard, Layout, Page Element then Html/javascript then add the above code.
The span class (Mark in Green) is where we place the icon, but don't be confuse because the url of the icon will be placed using the CSS -- you will see that in my next explanation below. One more thing that you need to remember is the div id (Mark in blue) take note that the navmenu should be the same name placed in your CSS.
Now, the CSS code to complete the process:
}
#navmenu ul li { display: inline; font-weight: bold; list-style-type: none; padding: 5px 5px 5px 0; margin: 0; }
#navmenu li span.home { background: url('http://youriconurl.jpg') no-repeat; padding: 0 0 0 20px; }
#navmenu li span.about { background: url('http://youriconurl.jpg') no-repeat; padding: 0 0 0 20px; }
#navmenu li span.RSS { background: url('http://youriconurl.jpg') no-repeat; padding: 0 0 0 20px; }
}
Note: If you want to add another page go to your page element and another link from your html/javascript then add another line in your CSS Code (Mark in blue).
You're Done! i hope you find it easy to follow. Enjoy and i also included some icon resources for your.
Icon Resources:
- Iconlet.com - Icon search engine, it's a free icon for your navmenu.
- Intersmash - 300 images from 1800 sites - great source of icons.
- Freeicon - Free beautiful web icons.
- Smashingmagazine - Of course, my favorite.
- Freeicondownloads.com - Free downloads of loads of icons.
0 comments:
Post a Comment
I really love to read your thoughts, Reminder though that I Moderate my blog, If your intention is only to spam think twice.
For those that will comment because you want to share your thoughts i really appreciate your time. "Dofollow" Rules.