![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Ok. After a bit more research I understand that this isn't as straightforward as I expected. CSS sucks heh? ![]() |
#4
| |||
| |||
|
|
Ok. After a bit more research I understand that this isn't as straightforward as I expected. CSS sucks heh? ![]() |
|
The idea behind the design is that there is a background image on the left hand column, so the more content you have on the right column the more of the background image you see in the left hand column. I understand that this isn't possible with CSS! |
But you guys don't like tables anymore! ![]() |
#5
| |||
| |||
|
|
Ok. After a bit more research I understand that this isn't as straightforward as I expected. CSS sucks heh? ![]() The idea behind the design is that there is a background image on the left hand column, so the more content you have on the right column the more of the background image you see in the left hand column. I understand that this isn't possible with CSS! So what am I left with? Using tables it's a five minute job. But you guys don't like tables anymore! ![]() Or use JS? script x = document.getElementById('leftnav'); y = document.getElementById('rightnav'); x.style.height = y.offsetHeight; /script This will do what I want but I obviously don't want to use JS. |
|
So what should I do? Any ideas? |
![]() |
| Thread Tools | |
| Display Modes | |
| |