Wednesday 10th of March 2010 07:03:54 PM

Nice and Free CSS Templates

P {font-weight: normal;}
P EM {font-weight: bolder;}  /* results in 'bold' text, evaluates to '700' */
H1 {font-weight: bold;}
H1 B {font-weight: bolder;}  /* if no bolder face exists, evaluates to '800' */
P {font-weight: 100;} /* assume 'Light' face exists ; see explanation */
P STRONG {font-weight: bolder;} /* results in 'normal' text, weight '400' */
Figure 5-10

Figure 5-10. Text trying to be more bold

In the first example, the user agent moves up the weight ladder from normal to bold ; in numeric

This site contains free css templates for your website - Just copy and paste and there you have a stunning website !

Menu und content
dynamic

Menu fixed, content
dynamic

Menu und content
dynamic

3 columns all
dynamic

4 columns all
dynamic

Menu floating

Menu fix, Inhalt u.
Head dynamic

3 columns fix
centered

dynamic mit
Head und Footer

fixed BOX centered

dynamic BOX
centered

fixed Box total
centered

WARNING

Just like background-color,background-image is not inherited -- in fact,none of the background properties are inherited. Remember also thatwhen specifying the URL of a background image, it falls under theusual restrictions and caveats for url values: arelative URL should be interpreted with respect to the style sheet,but Navigator 4.x doesn't do this correctly, so absolute URLsmay be a better answer.

Sometimes,the values you're entering for margin get a little repetitive:

You don't have to keep typing in pairs of numbers like this, though. Instead of the preceding markup, try this:

These two values are enough to take the place of four. But how?

CSS defines a few steps to accommodate fewer than four values for margin:

7.5.2. Single-Side Padding

You guessed it: there are properties that let you set thepaddingon a single side of the box, without affecting the other sides.

padding-top, padding-right, padding-bottom, padding-left

Values