Friday 03rd of July 2009 07:21:08 AM
MENU
#content #navi {
border-left:1px dotted #000;
border-bottom:1px dotted #000;
float:right;
width:250px;
background-color:#ff99cc;
margin:0px 0px 20px 20px;
}


CONTENT
All templates are XHTML 1.0 and CSS2/ tableless.
MENU floating
layout grid with a floating menu on the left.
The menu is fixed in it's width. The height adjusts to the content.
more nice and free css templates
html {
of the border.Every border has three aspects: its width, or thickness; its style,or appearance; and its color. The default value for the width of aborder is medium , which is not explicitly definedbut usually works out to be two or three pixels. Despite this, thereason you don't usually see borders is that the default styleis none, which prevents them from existing. If aborder has no style, then it may as well not exist, so itdoesn't. The absence of a border style also resets the width,
padding:0px;
margin:0px;
}
body {
background-color: #e1ddd9;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px 20px;
margin:0px;
}
#content {
border:1px solid #564b47;
background-color:#fff;
}
of browser bugs and inconsistencies between operating systems.Remember, though, that CSS is not supposed to be a totally preciselayout language -- and besides, many of the issues discussed inthe chapter are not the fault of CSS but are more fundamental issuesthat you'll encounter no matter what you try to do with acomputer. So, once you've finished this chapter, you will havea grasp not only of how CSS units work, but perhaps also of a fewbasic issues that you previously were unaware of.When printed, of course, the two are the same, since the display areamay already have defined such styles. Assume that a UA has thefollowing styles defined:
If this is so, and it's likely that it will be, you will haveto declare your own styles to overcome the UA's styles.Inheritance won't be enough in such a case.