This tutorial explains how to create a block hover effect for a list of links form using a clean CSS design with only li,span and em tags.
Continue reading
Category Archives: Tutorials
How create good looking form without table
This tutorial explains how to design a good form using a clean CSS design with only label and input tags to simulate an HTML table structure. You can use all CSS/HTML elements to design your custom form for your web projects:
Continue reading
Creating a Image Gallery with Caption
In this post we crating a simple image gallery with caption. There is a much simpler way to do this with a list and some very easy CSS. Depending on what you want to do with your photo gallery you may want to have a caption or more information available on the page.
Continue reading
Simple 2 column css layout
This is a tutorial on how to use CSS to create a simple two column layout.
The layout consists of a header, a main content column, a sidebar, and a footer. A pretty basic layout, and not at all difficult to create with CSS once you know how to deal with the inevitable Internet Explorer bugs.
Tutorial to create a Beautiful, simple, horizontal CSS menu
This is a very simple, horizontal css menu .This tutorial helps to create a simple and attractive CSS menu with a cool hover effect.
First of all let us write CSS code for menu. here goes the code..