fluid layout with css

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Basso

    fluid layout with css

    hi all, I'm working on this layout from a lot of days without success.
    Layout is not too complex:
    .. 1 navigator on left side (111px width, height: 100%)
    on right side:
    {
    .. on top part my page content (can be scrolled on horiz/vert direction
    on overflow),80% height and MUST FILL all page widht (minus left nev's
    width,of course)
    .. on bottom part another div with help for page content (this div is
    NOT below nav,but on its right);this div must fill all remaining
    width/height and can be scrolled ONLY on vertical side.
    }

    All my tries works on IE6 and MOZ (not fine as I need because a minimal
    change to code cause disasters), in addiction examples are broken on
    IE5.5 because during page resizing right content disapper and I'm not
    able to find out why...

    I'm looking for some kind of help (examples, code or something useful).

    thanks for help, Luca

  • Barbara de Zoete

    #2
    Re: fluid layout with css

    On 7 Sep 2005 03:31:03 -0700, Basso <bellabax@liber o.it> wrote:
    [color=blue]
    > hi all, I'm working on this layout from a lot of days without success.
    > Layout is not too complex:[/color]

    URL?




    --
    ,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
    | weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
    | webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
    |zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
    `-------------------------------------------------- --<--@ ------------'

    Comment

    • Basso

      #3
      Re: fluid layout with css

      I can't post any URL (I have asked to do that but I can't,sorry).
      However I resolved all my problems but only for lucky (after tries and
      tries).
      Thanks.

      Comment

      Working...