Forum Moderators: not2easy
I just have a question about mozilla (firefox, actually). Is there any way to get smth like that?
-------------------------------------------------
¦ fixed-size div ¦ litte top menu with some ¦
¦ with picture ¦ buttons (autoresized) ¦
-------------------------------------------------
¦ left menu till ¦ content ¦
¦ the end of page¦ ¦
-------------------------------------------------
my problem that in IE "left menu" works well when I specify height:100%. IE uses relative measurment (in other words, how much left - fill it), so the border of the DIV exactly at the bottom end of the browser window.
I do not understand, how to make this in css-fully-compatible Mozilla. DIV always goes off the screen (as I found here, 100% for mozilla means 100% from body, not the left space). Or there is no way at all to make smth like that without any frames?