CSS Resources
and Tests for Web Developers and Designers
Find out when I get around to putting more stuff up about CSS. Don't hold
your breath though.

Just Messing Around
These are things I've been playing around with.
- CSS Rollovers in a menu - Use CSS to make
image rollovers in a menu. No JavaScript required and no problems with
browser compatibility.
- Form Layout - Basic form layout with CSS. I'm also working
on a forms page.
- Extra Info Popup - Method of making a
small popup within a body of text. Does not work in Opera.
- CSS Demo - See how a website should look with and without
CSS.
CSS Resources
I moved these to their own page...
“How To” websites with more resources, techniques, and references.
- Eric Meyer CSS Work - He is
one of the world's biggest names in CSS. This page has his links for CSS resources.
(The css/edge link has some useful demos of some effects you can use CSS for
and it also lists problems with each).
- The CSS 2.1 Properties
Reference - Click on "complete reference" to use a very handy
CSS reference. It tells you CSS properties, which browsers the properties
work with, and many other useful bits of information. You can also download
a copy for offline use.
- Sitepoint CSS Reference
- Position is Everything -
Why is that happening in that browser? Common problems and fixes for CSS problems
and bugs.
Learn more about how to properly use CSS.
Get some inspiration. These are some sites I visit to get ideas and see how
things are done.
- CLEAN CSS - A CSS Optimizer and formatter.
This will take your CSS and clean it up a bit. Be careful to test before you
get rid of your old stuff though! Depending on the settings you use, you may
loose some stuff!