Taking tutorial submissions! Please email them to dave[AT]icemelon[DOT]com for review. Thanks!

Latest Tutorials
IceMelon IM: Add IM Functionality to phpBB [Misc] Want to add site-wide member IM to your phpBB community? Sure you do. Simple step-by-step instructions inside.

IceMelon IM: Add IM Functionality to vBulletin [Misc] Want to add site-wide member IM to your vBulletin community? Simple step-by-step instructions inside.

Crawl Your Site for PageRanks [PHP] So you know your site has a PageRank of 8. What about the PRs of all the inner pages? This tutorial will teach how you to automate the process of grabbing all these PRs.

Create CAPTCHA images [PHP] Worried about bots? Then create CAPTCHA images to prevent bots from taking advantage of your site.

Convert SHN and FLAC files to MP3 [Misc] Low on disk space and have an insensitive ear? Here are some steps to converting SHN and FLAC files to MP3 format.

[View All]

Become a sponsor for $15/month. Link is sitewide - PR5 homepage, 20+ PR4 pages, 90+ PR3 pages. Email dave[AT]icemelon[D0T]c0m.

Awesome Tutorials

Windows-like Navigation
By dave

Let me show you exactly what I mean.

Check out the demo

As you can see, I tweaked it a bit to give the links a 3-D effect and aligned everything to the right.

The CSS

<style>
.nav {  text-align:right; line-height:16px; padding-right:20px;
        background:#F2F0E3; padding:2px 0px 5px 0px;
        border-bottom:1px #ACA899 solid;
        border-top:1px #003366 solid; font-family:verdana; }
.nav a {font-size:11px; text-decoration:none; color:black;
        border:1px #F2F0E3 solid; padding:4px 8px 4px 8px; margin:0px}
.nav a:hover {border-bottom: 1px #8D8647 solid;
        border-right: 1px #8D8647 solid; border-top:1px white solid;
        border-left:1px white solid; background:#316AC5; color:white;}
</style>

Just grab that code, and then pop your links in DIV tag of class 'nav' and you're all set. If you've got time on your hands, play around with the colours to suit your site. For instance, check this:

Enjoy, my friend.

P.S. Check out my new site TheManWhoSoldtheWeb.com, where I publish guides and scripts on Internet Marketing and SEO. Here is a limited time freebie: the Rapid Google Indexer.


» Bookmark this Tutorial
» Bookmark IceMelon
Icemelon -- Windows-like Navigation -- PHP, CSS, Javascript Tutorials, & More!
  © 2005-2010 Icemelon.com   Email: dave[AT]icemelon[D0T]c0m