| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| DesignersTalk > Silly problem with two fixed-width floated columns |
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Aug 2005
Posts: 135
|
Silly problem with two fixed-width floated columns
Hi all, I have a problem with floating two fixed-width columns in a layout I am working on. What I am after is a 620 pixels wide left column and, on its right, a 384 pixels one. They both should be 100% high. This is how I am trying to achieve this: HTML Code:
Code:
But it does not seem to work. Making the wrapper 1008px wide helps, but only in IEWin. In Safari or Firefox only some pixels of the larger column are visible, and it's only a few pixels high. Any suggestions? Thank you. |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Aug 2005
Posts: 135
|
Update: it seems to work in Safari and Firefox if I do like this: HTML Code:
Code:
But in IEWin the left column (white_band) starts underneath the floated grey_band (which is on the right).. help? |
|
![]() |