Hey there,
Everytime I am trying to create something in CSS, it gives me a headache. This time no different, as FF and IE seem to have their own rules!
Anyway, before I continue, have a look at the following page:
www.lamberang.i nfo/test/final_layout.ht ml
I am trying to create a flexible page layout, where as the screen is larger, I can resize (not important I how do this right now) the outer div (container) and all boxes will resize with it. At this stage I do have this working, just I have some problems:
IE.
- In Content DIV (Purple) the scrollbars do not automatically appear (overflow: auto) and if they do appear (select text to make them appear) the box seems to be under the Footer DIV (Yellow).
FF
- This is how it basically should be. Scrollbar and all work fine. (Had to create a SUB DIV as the Content DIV (Purple) would totally dissapear in FF when I made it overflow: auto, look here: www.lamberang.i nfo/test/final_layout_ff .html ).
- The height of the Vibes DIV (Pink) is not good. But I could adjust this with JS if there is not other way in doing this!
On top.... The whole box should flow in the middle/center of the page. Well, tried this with a table, but this mix up the whole CSS again!!!
So.... I know it is a a lot, but I have been breaking my head for days now, sleepless nights... And I cant figure it out! Please, anyone, give me some clues!
Thanks!
Everytime I am trying to create something in CSS, it gives me a headache. This time no different, as FF and IE seem to have their own rules!
Anyway, before I continue, have a look at the following page:
www.lamberang.i nfo/test/final_layout.ht ml
I am trying to create a flexible page layout, where as the screen is larger, I can resize (not important I how do this right now) the outer div (container) and all boxes will resize with it. At this stage I do have this working, just I have some problems:
IE.
- In Content DIV (Purple) the scrollbars do not automatically appear (overflow: auto) and if they do appear (select text to make them appear) the box seems to be under the Footer DIV (Yellow).
FF
- This is how it basically should be. Scrollbar and all work fine. (Had to create a SUB DIV as the Content DIV (Purple) would totally dissapear in FF when I made it overflow: auto, look here: www.lamberang.i nfo/test/final_layout_ff .html ).
- The height of the Vibes DIV (Pink) is not good. But I could adjust this with JS if there is not other way in doing this!
On top.... The whole box should flow in the middle/center of the page. Well, tried this with a table, but this mix up the whole CSS again!!!
So.... I know it is a a lot, but I have been breaking my head for days now, sleepless nights... And I cant figure it out! Please, anyone, give me some clues!
Thanks!
Comment