[thelist] My Very Own Website

ben morrison morrison.ben at gmail.com
Wed Mar 1 10:25:21 CST 2006


On 3/1/06, Rob Smith <rob.smith at lexjet.com> wrote:
>
> My advice, and I'll admit that I haven't looked at the css file, is to
> keep your margin's, padding's to 0px using lists as you are.

Yes, you haven't reset the margin/padding value for your #navlist.

ul#navlist {
margin:0;
padding:0;
}

Although you zero most of the items at the top of your CSS you miss
out UL and LI.

Here is the original article that discusses global resets (its good to
add some margins/paddings back in), which may be of use to others:

http://leftjustified.net/journal/2004/10/19/global-ws-reset/

ben



More information about the thelist mailing list