Hi,
this relates to my thread on Jan 5. GUI fluid layout.
Two issues:
1)Is it possible to maintain the same ratio between expandable divs? example:
|-----------------------------------|
| DIV |
| 3 |
|----|---|--------------------------|
|Div| | |
|2 | Div |Div|
| | 1 | 4 |
| | | |
| | | |
| | | |
| | | |
| | | |
------------------------------------|
| Div |
| 5 |
|-----------------------------------|
(sorry about the sloppiness. haven't yet mastered hyphens/divider lines).
How can I assure that each div maintains the same size ratio to each other, regardless of resolution size, and yet still be fluid and relative?
2)I am making each div expandable both height and width, but to a maximum height and width. Not 100%. That way, if I set the max. height of div1 + div3 + div5 at 1100px, and set all height sizes with %, the layout will be 100% high in 800x600, 1024x768, but will stop short of 100% in larger browsers.
So, no matter what resolution is viewing, my layout will look the same unto itself, only smaller or larger.
Kinda confusing, but I hope I have clearly expressed myself to warrant a reply.
jbonham
this relates to my thread on Jan 5. GUI fluid layout.
Two issues:
1)Is it possible to maintain the same ratio between expandable divs? example:
|-----------------------------------|
| DIV |
| 3 |
|----|---|--------------------------|
|Div| | |
|2 | Div |Div|
| | 1 | 4 |
| | | |
| | | |
| | | |
| | | |
| | | |
------------------------------------|
| Div |
| 5 |
|-----------------------------------|
(sorry about the sloppiness. haven't yet mastered hyphens/divider lines).
How can I assure that each div maintains the same size ratio to each other, regardless of resolution size, and yet still be fluid and relative?
2)I am making each div expandable both height and width, but to a maximum height and width. Not 100%. That way, if I set the max. height of div1 + div3 + div5 at 1100px, and set all height sizes with %, the layout will be 100% high in 800x600, 1024x768, but will stop short of 100% in larger browsers.
So, no matter what resolution is viewing, my layout will look the same unto itself, only smaller or larger.
Kinda confusing, but I hope I have clearly expressed myself to warrant a reply.
jbonham