Saturday 22nd of November 2008 08:01:29 AM

Nice and Free CSS Templates

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

Menu und content
dynamic

margin-top, margin-right, margin-bottom, margin-left

WARNING

Percentage values refer to the width of the parent element.

Using any one of these properties allows you to set a margin on that side only, without directly affecting any of the other margins.


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
computed in relation to the width of the parent element, so they can change if the parent element's width changes in some way. For example, assume the following, which is illustrated in Figure 7-59:

P {padding: 10%; background-color: silver;}
<DIV STYLE="width: 200px;">
<P>This paragraph is contained within a DIV which has a width of 200 pixels,
so its padding will be 10% of the width of the paragraph's parent element.
Given the declared width of 200 pixels, the padding will be 20 pixels on
all sides.</P>