Problems with positioning and height with CSS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blackhawk
    New Member
    • Mar 2008
    • 1

    Problems with positioning and height with CSS

    I have been pulling my hair out trying to get this layout to work using DIV tags. With all the bugs, and hacks that I have been reading through in a ton of pages, I can’t seem to get the recipe right.

    The layout that I am looking for is this:

    Code:
    =========================================================================
    | Logo    |  Title Area 1 (fixed H & W)  | Title Area 2 (fixed H & 100%W)|
    | fixed   |--------------------------------------------------------------|
    | Height  |  Top Navigation (fixed H & 100%W)                            |
    | & Width |--------------------------------------------------------------|
    |---------| Content Area  (100%H & 100%W)                                |
    |  Left   |                                                              |
    |  Nav    |                                                              |
    |         |                                                              |
    |  Fixed  |                                                              |
    |  width  |                                                              |
    |  & 100% |                                                              |
    |  Height |                                                              |
    |         |                                                              |
    |---------|                                                              |
    | Repeat  |                                                              |
    | Bkgrnd  |                                                              |
    |------------------------------------------------------------------------|
    | Footer (Fixed height & always at bottom of page)                       |
    =========================================================================
    Notes:
    Logo and header are not same height (this is where issues start)

    Title area 2 is also a repeating background that should autosize to the window width.

    The left navigation background image repeats but only the last 46 pixels of the image, not the whole image. I have tried separating the image into two DIV sections, the non-repeating and the repeating background.

    Footer should be at bottom of page….always.

    Can anyone help??
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #2
    Hiya mate,
    Post your code, only that whats relevent, and in code tags, and we'll see where your going wrong

    Comment

    Working...