This is a discussion on "100% Height [ non CSS hack]" within the Web Page Design section. This forum, and the thread "100% Height [ non CSS hack] are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
100% Height [ non CSS hack]
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
100% Height [ non CSS hack]
Dear Fellow Webforumz users,
I have a little problem with 1 of my websites. The layout now looks like this :
( so now i have : 120px+screenheight ) Now i know i can solve this with a CSS hack. but i dont want this. what is the proper way to solve this problem ? Because Code says more then Words: HTML
|
|
|
|
||||
|
Re: 100% Height [ non CSS hack]
Couldn't you just repeat the background on the body that way regardless of the height of the content div it will have at least the appearance of 100% height. background: url(../images/foo.jpg) top center repeat-y;? Unless you specifically for some reason need the containing div to be 100%. That requires no hacks either btw.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Aug 7th, 2006 at 13:35. |
|
|||
|
Re: 100% Height [ non CSS hack]
You are talking about Faux Colums ;-)
But in the Down Container are coming 3 more divs. in these 3 divs comes a lot of other divs ( Adress/menu/content/poll enz enz. ) so i need them to be 100% and no bigger then the screensize, so i can position the other divs. I was thinking about the follow solution. Just create 1 big div. put here the 3 divs in. Everydiv that comes into 1 of the 3 divs has a top-margin:120px; and @ the end make a header div that has absolute post. ( so the header div, will be used as a Overlay div, ( 1 layer ) en also he is out of the workaround. Dont like this solution, but i think it is the only one. |
|
||||
|
Re: 100% Height [ non CSS hack]
I was in no way referring to faux columns, but it seems to me you are over complicating a very common and basic layout. Perhaps if I could see what you are trying to accomplish we can avoid any further confusion.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| 100, height, non, css, hack |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A Nofollow Hack | Corey Bryant | Webforumz Cafe | 3 | Oct 28th, 2007 12:41 |
| How to make a table height equal to the browser height ? | subhadip | Starting Out | 4 | Sep 20th, 2007 07:56 |
| HELP!! The underscore hack | charlie019 | Web Page Design | 3 | Aug 6th, 2007 19:42 |
| Box Model Hack? | jwalker80 | Web Page Design | 4 | Feb 2nd, 2007 02:10 |
| need an IE hack please | moisea | Web Page Design | 2 | Oct 19th, 2006 22:32 |