[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 /* page layout */ 2 body, html { 3 margin: 0; 4 padding: 0; 5 margin-bottom: 4px; 6 background: #fff url(images/screenrulers-soft.png); 7 text-align: center; /* IE center bug */ 8 } 9 div#pageFrame { 10 position: relative; 11 width: 100%; /* total pagewidth */ 12 margin: 0 auto; 13 14 } 15 div#logoFrame { 16 height: 64px; 17 position: relative; 18 } 19 div.navBarFrame { 20 margin-left: 5px; 21 margin-right: 5px; 22 height: 30px; /* prevent collapse ? */ 23 } 24 div#navBottomFrame { 25 margin: 10px auto; 26 } 27 div#middleFrame { 28 position: absolute; 29 top: 105px; 30 margin: 0px; 31 min-height: 500px; /* no go IE */ 32 /* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */ 33 left: 178px; /* the fluid content is 100% minus these margins wide */ 34 35 36 /* right: 178px; */ 37 /* next lines hack for IE5.2 mac (does not listen to right) */ 38 margin-right: 178px; 39 right: 178px; 40 } 41 @media all { 42 div#middleFrame {margin-right: 0;} 43 } /* values for others */ 44 45 46 47 #middleContent { 48 width: 100%; /* prevents IE to jump out of the box! */ 49 text-align: left; 50 } 51 /* boxes1 and 2 (call it left and right if you prefer) */ 52 div#boxes1Frame { 53 position: absolute; 54 left: 7px; 55 top: 100px; 56 width: 160px; 57 } 58 div#boxes2Frame { 59 position: absolute; 60 right: 7px; 61 top: 100px; 62 width: 160px; 63 } 64 div.infoboxContentsFL { 65 margin: 5px; /* = the padding */ 66 width: 146px; /* ???????? needed for IE 160 minus margins and borders ? */ 67 padding-bottom: 5px; /* IE */ 68 padding-right: -30px; 69 } 70 71 div#bannerFrame { 72 height: 60px; 73 margin-top: 10px; 74 margin-bottom: 10px; 75 } 76 div.infoBoxFL { 77 margin-bottom: 10px; 78 } 79 /* end page layout */
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |