Archive for the 'CSS Tutorials' Category

CSS Footers

Written by admin on Thursday, April 10th, 2008 in CSS Tutorials, Tutorials.

In coding a website most structures have a footer at the bottom of the page. Have you ever struggled with getting a footer to stay at the bottom of a page? This mainly occurs when using the float attribute to have multiple columns. But there is a way around this.

Most footers are defined using thew style name: footer. So inside your footer style if you add the following:

(more…)

CSS Horizontal Lists

Written by admin on Tuesday, December 25th, 2007 in CSS Tutorials.

CSS Lists are very helpful, but what if you want them horizontal? This is easily done with a few attributes. First you need to give your ul and li tags an id. Example:

<div id=”horizontal”>

<ul>

 <li>

 </li>

</ul>

</div>

(more…)



Site Navigation