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