IE doesnt deal very well with fixed heights, but you can set the page height and...
IE doesnt deal very well with fixed heights, but you can set the page height and this should get applied to the outer table that contains/defines the layout.
Even the 'standards compliant' IE7 completely ignores the min/max width/height s...
Even the 'standards compliant' IE7 completely ignores the min/max width/height settings .. you need to set the height and ensure that the overflow is set to auto.
you need to use the page height since that is the ONLY one which gets applied to the outer table ... you may still find however that IE still ignores this .. you can fudge it by setting the heights of the panels.
Comments (6)
Feb 27, 2008
Alain Moran says:
IE doesnt deal very well with fixed heights, but you can set the page height and...IE doesnt deal very well with fixed heights, but you can set the page height and this should get applied to the outer table that contains/defines the layout.
Feb 27, 2008
Carl U says:
I tried setting both min-height and height for the page panel in layout/panel vi...I tried setting both min-height and height for the page panel in layout/panel view with no effect (in ffox at least).
I suppose I could set a height in css so IE will use it as min-height and then holly hack height to auto or something for the rest.
been a while since i dealt with this issue, but I'll try out: http://ryanfait.com/sticky-footer/ http://www.themaninblue.com/writing/perspective/2005/08/29/
Feb 27, 2008
Alain Moran says:
Even the 'standards compliant' IE7 completely ignores the min/max width/height s...Even the 'standards compliant' IE7 completely ignores the min/max width/height settings .. you need to set the height and ensure that the overflow is set to auto.
you need to use the page height since that is the ONLY one which gets applied to the outer table ... you may still find however that IE still ignores this .. you can fudge it by setting the heights of the panels.
Feb 28, 2008
Carl U says:
panels still aren't doing anything. .atb-shell didn't do anything. no .page or #...panels still aren't doing anything. .atb-shell didn't do anything. no .page or #page present according to MRI.
true on ie7. just use the conditional comment css if i'm going to specify fixed height and overflow.
Feb 28, 2008
Alain Moran says:
are you setting this through the GUI or doing it manually in your own css?are you setting this through the GUI or doing it manually in your own css?
Feb 28, 2008
Carl U says:
both - i tried gui panels first then my own css. the sidebar is growing in leng...both - i tried gui panels first then my own css.
the sidebar is growing in length to the point where i can probably put a little invisible something in the bottom and not have to worry about things.