Editor's Pick in HTML and CSS Tutorials, August 2005 This easy to understand tutorial shows you how to create navigation with lists. Each diagram is easy to read.
noticed a flaw with my original JavaScript drop down menu regarding customization using CSS. The problem was this; the LI elements below the #div's that were hidden didn't conform to their own CSS customization and stuck with the rules of the above LI's.
Hit counters are used to track the amount of visitors there have been to a cetain page. I have looked through the internet and I have come up with 2 different ways to produce a hit counter.
This piece of code was asked for over at Weborum, it adds a pretty good effect to any bullet images (lists) you may already have on your site and is very easy to do.
On some sites when you see a scrollbar inside a table cell maybe you think they have an inline frame inside the cell, well this can be achieved by using a div using the CSS overflow attribute. The only downside to using this is that you can't change the content inside the cell without changing your...