When you are creating a CSS/HTML page, you will definitely want navigational elements in that web page. The most common way to create navigational elements is through CSS styled lists. But you should remember one simple thing - your navigational elements should contain display: block.
The display: block property is very essential in CSS navigation because […]
Popularity: 56% [?]
... more »
Categories: CSS Navigation, CSS Tutorials, Posted on May 15, 2008 by Choppr
In the previous tutorials, we have created a classic two-column layout with left-side navigation using CSS and a few types of HTML tags. In this tutorial, we will look at the actual HTML codes used so far and also take a quick glance at the CSS used.
All the content (text, images, Flash etc.) that the […]
Popularity: 55% [?]
... more »
Categories: CSS Tutorials, Posted on by Choppr
This tutorial will teach you to create a multi-column and float-based layout. This tutorial will allow you to create a multi-column liquid designs as well as fixed-width design.
Structuring HTML
Firstly, you need to create a CSS-based layout by identifying different series of layout elements on the page. You can conduct this by wrapping chunks of HTML […]
Popularity: 59% [?]
... more »
Categories: CSS Tutorials, Posted on by Choppr
A single style cannot perform the miracle of transforming a web page into a work of art. To create some special designs in the web page, an understanding of web page is very essential. Usually a collection of CSS styles comprises a style sheet.
A style sheet can be of two types - external and internal, […]
Popularity: 55% [?]
... more »
Categories: CSS Tutorials, Uncategorized, Posted on by Choppr
You will be taken through the basic steps of creating the following:
Inline styles
Internal style sheets
External style sheets
Creating Inline styles
When you type a CSS rule directly into a page’s HTML, you are basically creating an inline style. Inline styles offer none of the time and bandwidth saving benefits of style sheets. Yet, it proves to be […]
Popularity: 84% [?]
... more »
Categories: CSS Tutorials, Posted on February 29, 2008 by Choppr