Navigation With Lists (Horizontal)
To start off we need to use a basic list code. I have wrapped the list up inside a div because it makes it a lot easier to customize the entire list.
read moreLoading...
To start off we need to use a basic list code. I have wrapped the list up inside a div because it makes it a lot easier to customize the entire list.
read more
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.
This tutorial will show you how to make a nice looking drop down menu. One click makes a submenu appear and clicking it again hides it. Sound good?
read morenoticed 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.
read moreHit 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.
read moreWhen adding padding to a tag using CSS you sometimes see people who list all measurements together. E.G.
read moreThis 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.
read moreOn 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...
read moreThis is another SSI tutorial written by a friend, it shows another way of looking at SSI and also shows you some new tricks and tips.
read moreThe way to turn a table cell into a link is to apply a class to a link and to insert the link inside cell, here is the CSS:
read moreCopyright © . All Rights Reserved