Can't get your stylesheet to validate? Don't have the time? Let us do it for you.
Stylesheet Checklist Click an item for details
- Content-type specified for all <style> tags
- Content (XHTML) separated from presentation (CSS)
- Style tags properly placed in head of document
- Every line ends with a semicolon
- Comments are enclosed with /* */ instead of the usual // or <!-- -->
- Color hexidecimal values preceeded by # character
- References to tag IDs formatted like so: tag#tagid
- References to tag classes formatted like so: tag.class
- All curly brackets closed before another one opened
- Image accessors formatted like so: url('image.jpg')
While you're at it, validate your XHTML.