Changeset 249
- Timestamp:
- 10/26/06 16:16:10 (2 years ago)
- Files:
-
- trunk/core/layouts/base.css (modified) (3 diffs)
- trunk/sites/test/css/project.css (modified) (1 diff)
- trunk/sites/test/test01.htm (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/core/layouts/base.css
r247 r249 19 19 20 20 /*GRIDS*/ 21 .u, .g { width: 100%; } /* units and grids are 100% wide by default and stacked horizontally */21 .u, .g { width: 100%; overflow-x: hidden} /* units and grids are 100% wide by default and stacked horizontally */ 22 22 .g { float: left;} /* grids not nested in a grid float left */ 23 23 .g .u, .g .g { float: right;} /* units and grids nested in a grid float right */ … … 33 33 34 34 .g1>.u, 35 .g1>.g { width: 49 .5%;}36 .g1>.pri { width: 49 .5%;}35 .g1>.g { width: 49%;} 36 .g1>.pri { width: 49%;} 37 37 38 38 .g2>.u, 39 .g2>.g { width: 24 .5%;}40 .g2>.pri { width: 74 .5%;}39 .g2>.g { width: 24%;} 40 .g2>.pri { width: 74%;} 41 41 42 42 .g3>.u, … … 49 49 /*PG*/ 50 50 .pg1 {} 51 body { text-align: center;} 51 52 .pg2 { width: 46.875em; max-width: 100%; min-width:750px; margin: auto;} 52 .pg3 { width: 750px; margin: auto;}53 .pg3 { width: 750px; margin: auto;} 53 54 54 55 /*BD*/ trunk/sites/test/css/project.css
r248 r249 11 11 #nav2 .w { font-size: 10px; line-height:1;} 12 12 #nav1 { width: 47.35%; margin-left:25%;} 13 #sub1 { width:27.65%; margin-left:72.35%;} 14 #sub2 { width:25%;} 13 #sub1 { width: 27.65%; margin-left:72.35%; margin-left: 600px;} 14 #sub2 { width: 25%;} 15 #bd>div { display: none;} 16 #bd>#main { display: block;} 15 17 /*BORDERS*/ 16 18 trunk/sites/test/test01.htm
r247 r249 32 32 <!-- compliance patch for microsoft browsers --> 33 33 <!--[if lt IE 7]> 34 <script src="../../core/js/ie7/ie7-core.js" type="text/javascript"></script> 35 <script src="../../core/js/ie7/ie7-css2-selectors.js" type="text/javascript"></script> 34 <script src="../../core/js/ie7/ie7-standard-p.js" type="text/javascript"></script> 36 35 <![endif]--> 37 36 … … 187 186 188 187 <div id="nav2" class="totop1 navh"> 189 <div class="w" style="font-size: 10px; line-height:1">188 <div class="w"> 190 189 <ul> 191 190 <li>AAA</li> … … 205 204 </div> 206 205 207 <div id="nav1" class="totop2 navh" style="width: 47.35%; margin-left:25%">206 <div id="nav1" class="totop2 navh"> 208 207 <div class="w"> 209 208 <ul> … … 225 224 226 225 227 <div id="sub1" class="totop2" style="width:27.65%; margin-left:72.35%">226 <div id="sub1" class="totop2"> 228 227 <div class="w"> 229 228 <div class="g g2"> … … 239 238 </div> 240 239 241 <div id="sub2" class="totop2" style="width:25%;">240 <div id="sub2" class="totop2"> 242 241 <div class="w"> 243 242 <div class="u">