Friday 03rd of July 2009 06:53:58 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

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

For better layout control, specify image dimensions, horizontaland vertical padding space (in pixels, 72 pixels/inch),alignment, etc. 
<IMG HEIGHT=88 WIDTH=83 ALIGN=LEFT 
HSPACE=10 VSPACE=5 ALT="Ugly Guy!" SRC="ugly2.gif"> Specifyingimage dimensions lets the client browser block out the space 
and compose the page quicker. 
<BR CLEAR=LEFT>
You can stop text wrapping by including a CLEAR attribute in a dynamic mit
Head und Footer

fixed BOX centered

dynamic BOX
centered

fixed Box total
centered

Because the floated element is both within and without the flow, thissort of thing is bound to happen. What's going on? Well, thecontent of the paragraphs is being "displaced" by thefloated element. However, each paragraph's element width isstill as wide as its parent element. Therefore, its content areaspans the width of the parent, and so does the background. The actualcontent doesn't flow all the way across its own content area inorder to avoid being obscured behind the floating element.

color of a following element. The CSS specification does not say whatshould happen when elements overlap in this manner; instead,it's left up to implementors to decide.

It has been argued that all foreground content is always shown"in front of " all background content, and the behaviorof floated elements seems to support this interpretation. On theother hand, the CSS2 property z-index makes thisreasoning more complicated. As of this writing, implementations havenot yet advanced sufficiently to test this out, and the CSS2for that element. It is theoretically possible to create "aligned" backgrounds in multiple elements using this property; see Chapter 6, "Colors and Backgrounds", for more details.

Example

BODY {background-attachment: scroll;}
DIV.fixbg {background-attachment: fixed;}

Values

This sets the background color of an element. The color fills the content area and padding, and extends out to the outer edge of the element's