Topic: Just a quick question... (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: :morF |
posted 12-29-2003 07:41
(now, you know when you hear that that you're going to come up against a question which the person asking believes is simple, but is in fact far more complicated than they think) |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 12-29-2003 15:47
Skaarjj: The answer is yes you can probably make that layout - my advice would be to have a go at making it and then if you have problems post it here and we'll have a look at it and throw ideas in. |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 12-29-2003 17:57
Skaarjj: I'm not sure I followed what you're trying to do. It sounds to me like you want to create a header and a footer, give them "position" fixed" and a "z-index" high enough that they will be over the rest of the page. You can then create the rest of the page as you normally would and allow it to scroll under the header and footer. |
Maniac (V) Mad Scientist From: :morF |
posted 12-29-2003 23:32
Hyperbole: Not quite. The layout I'm looking at (and it's not one that's entirely of my design. I've been given specifications to follow, and this is one of them) won't allow the page to scroll at all. No div will sit under any other div. In fact, like the example I posted above, there will be a margin in between each one. The page won't scroll becuase none fo the layout will go off it. When the content in the content div gets too big the content div itself will scroll, not the page. None of the layout will grow or shrink. It will always stay the same size (unless you switch resolutions of course, this being a liquid layout). |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 12-30-2003 00:42
Skaarjj: quote:
|
Maniac (V) Mad Scientist From: :morF |
posted 12-30-2003 01:34
ok...will do |
Maniac (V) Mad Scientist From: :morF |
posted 01-01-2004 07:30
OK...this is what I have so far: |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 01-01-2004 12:58
I think the reason it looks strange in Opera on most resolutions is that the width of the 'middlebox' and 'leftbox' exceed 100%, so the 'middlebox' is pushed bellow the 'leftbox'. |
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 01-04-2004 06:41
not sure if I follow entirely, but I'm going through the "abandon tables and go all css" transition and I found a great site . That has examples and great articles.... |