> would you please clarify what you have below as "body:after"
> 

This is what's known as CSS Generated Content.  A Google search will
turn up details and other examples

> Is this a different tag I'd be applying?

Not exactly.  Basically, it's a way to add stuff to a page with CSS
(and without adding more HTML), for things that are for display only.
In this example, there is now a period after the body tag with the
applied styles (a big gray box).

A more simple example might be 

h4:after {content: ':'}

which would add a colon after all your h4 tags.

---Tim

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to