Would this make a good CSS template for websites?

Hi Guys

So, I am just getting to grips with CSS design, and have a simple site design up:

http://www.highlycreative.co.uk/test/css-layouts/test5-2-col-fixed-header-nav-footer.htm

  • Would this make a good template for starting to build websites?

  • What browsers do you test CSS designs in?

Thanks

Hi accelerator. Doesn’t look too bad. :slight_smile: Personally, I would save the <h1> for the content title, and use some plain text / image for the logo, as the main page topci should be in the <h1>.

You don’t need the div around the menu, as the <ul> is a block element anyway.

You always need to test your work in all browsers to be sure there’s nothing wrong with it. :slight_smile: