Forum Moderators: not2easy
.allcontent {
width:800px;
}
.narrowleft {
width:163px;
float:left;
}
.wideright {
float:right;
width: 635px;
}
But I find the height of the column depends on the text etc in the column. So sometimes the right is longer and other times the left. I would like them to come out the same but don't want to set heights as I don't know how much content would be in any given column. Is there any way to do this?
I guess I'll try using height and see if that works. Is there a limit on how high "height" can be set?
a: it restricts (especially on font resize)
b: any restrictions in CSS will cause a problem sooner or later (CSS does not match with table restrictions)
c: you could very well be fixing OLDer IE errors without even knowing you're fixing them rather than building a web page ;)
d: as soon as you do you will inevitably come across a 'page' that doesn't fit the mold.. if you figure that's OK.. then don't make that the rule.. make it the exception..
e: please just don't! else C related answers will have to double ;)
as an aside (and trying to keep it real) do you know what screen height your customers/browsers are using.. how many toolbars do they deem necessary (non-tech that is..).. how many children do they have in the household who keep adding t/bars. (grrr.. thanks to your ads no doubt!) - hmm above the fold has got way shorter hasn't it..