I have been trawling the web trying to find an answer to my css nightmare question.
The main problem seems to be getting a min-height:580px and a height:100% at the same time in all the browsers.
The thing I need to achieve is:
- Site to have a min height of 580px including footer so total height before scroll bars appear is 580px.
- Also, a min width is needed of 930px including right and left margin of 15px each side.
- left menu of 216px wide and 100% high minus the footer height of 30px.
- Main part of the screen should fill all the space available. Unless the screen height is less than 580px or width less than 930px. In this case you get scroll bars.
- Compatiblity ie6,7,8, Firefox and Safari.
Can it be done with no Javascript?