navigation

Image navigation with rollover effect

Making a navigation with image rollover effect is an interesting and most widely used method. This will be done by the use of simple code in CSS. View Tutorial

image-navigation-with-rollover-effect

Horizontal Navigation using list property

Basically, there are two methods to list the links horizontally. One is by using the Float method and another is by display as inline method.
Here is a sample html code which would be used to show the navigation list items. View Tutorial

horizontal-navigation-using-list-property