Advertisement
Advertisement
| 07.08.2008 at 09:15AM PDT, ID: 23547209 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: |
// this is the main body tag that can grow beyond the 760 width size
#container{
width:760px;
margin:0px auto;
text-align:left;
}
// side nav tags
#secondaryNav {
clear: both;
padding: 18px 0px 0 0;
float: left;
display: inline;
width: 148px;
color: #3B3889;
font-size: 15px;
height: 700px;
background-color: #A4BBCB; /*#E6E8FD;*/
/* for a spacer between the side nav and main content */
margin-right:12px;
}
|