![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Please, bare with me. |
|
... The layout needs to consist of a Pre-Header area that stretches across the entire page. The header area follows also stretched across the entire page. An area for bread crumbs follows strectched across the entire page. Beneath these three bars I would like a nav. area to the left with a width of approx. 30% of the page and height that fills the remainder of the page. To the right of the nav. area should be my content area with a width that stretches across the rest of the page and a height that stretches almost the rest of the page but leaves room for a footer area underneath and to the right of the nav. area. All the areas should flow together with no gutter areas in between. |
#3
| |||
| |||
|
|
Please, bare with me. Ooh, exciting! Though you probably mean "bear with me". "Bare with me" means we both get naked. |
#4
| |||
| |||
|
|
On 22 Nov 2004 16:17:38 -0800, oj <oaguayo75 (AT) yahoo (DOT) com> wrote: Please, bare with me. Ooh, exciting! Though you probably mean "bear with me". "Bare with me" means we both get naked. |

|
For future reference, this is so much easier with an uploaded example and a posted URL. |
| .content {float: right; width: 69%;} .nav {float: left; width: 30%;} .footer {clear: both;} |
#5
| |||
| |||
|
|
common graffiti editing done to a sign on Sydney's urban trains.. "At night, travel near the guard's compartment, marked with a blue light" becomes.. "At night, rave near the gi rl's compartment, na ked with a blue light" I'd probably give it a go, ..if I could find the girl's compartment. ;-) |

#6
| |||
| |||
|
|
Please, bare with me. I'm new to CSS and would like to ask for some advice on my current project. I have an existing table based layout that serves as the main template for a .Net application I've been working with. I would like to convert this layout to css based liquid design. I would like the pages to stretch both horizontally and vertically as needed. The layout needs to consist of a Pre-Header area that stretches across the entire page. The header area follows also stretched across the entire page. An area for bread crumbs follows strectched across the entire page. Beneath these three bars I would like a nav. area to the left with a width of approx. 30% of the page and height that fills the remainder of the page. To the right of the nav. area should be my content area with a width that stretches across the rest of the page and a height that stretches almost the rest of the page but leaves room for a footer area underneath and to the right of the nav. area. All the areas should flow together with no gutter areas in between. Any information on to best improve and achieve a liquid design is appreciated. It seems this design would be fairly trivial using tables, but it also seems there should be a better way to do it using css. Here is my current style sheet: body{ margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; font-family:Georgia; height:100%; } div.PreHeaderArea{ background-color:#330099; color:#FFFF00; margin:0px; height:1%; z-index:6; } .ParentSiteTitle{ font-weight:bold; font-size:10px; color:#FFFF00; } .SiteNavLink{ FONT-SIZE: 10px; color:#FFFF00; TEXT-DECORATION: underline; } div.HeaderArea{ background-color:#FFFF00; color:#330099; margin:0; height:6%; top:1% z-index:4; } .SiteTitle{ FONT-SIZE: 25px;} div.BreadCrumbArea{ background-color:#330099; color:#FFFF00; margin:0; height:3%; top:7% z-index:5; } .BreadCrumbText{ font-size:10px; font-weight:bold; color:#FFFF00; } div.NavigationArea{ float:left; background-color:#330099; color:#FFFF00; width:25%; height:80%; top:10%; z-index:6; } div.ContentArea{ background-color:silver; float:right; left:25%; top: 10%; height:77%; width:75%; z-index:8; } div.FooterArea{ background-color:#FFFF00; float:left; width:75%; height:3%; left:25%; top:90%; z-index:2; } |
#7
| |||
| |||
|
|
Lots of code and stuff snipped |
#8
| |||
| |||
|
|
Armed with the above information you should be able to construct cross-browser layouts that actually look consistent. |
#9
| |||
| |||
|
|
Neal wrote .content {float: right; width: 69%;} .nav {float: left; width: 30%;} .footer {clear: both;} Do I insert your recommended property values in addition to the ones already defined in my stylesheet? Also, when I view the page on my laptop it looks almost right, but when I view the page on my company's test webserver it looks far from perfect. Both use IE 6.0. |
![]() |
| Thread Tools | |
| Display Modes | |
| |