Took me a few minutes to find which skin this was possible on, but I also agree. Whilst I dont think it should be BELOW the last entry of the post info bit though. I think it should be in like (I.E not make the post area any bigger).
So on Sir Nick's post just above, his sig should END on the same line as 'Location: Florida'
I'm pretty sure you can't do this without a table, as every component's height (the user info, the content, and the signature/controls) is unknown.
I'm pretty sure you can't do this without a table, as every component's height (the user info, the content, and the signature/controls) is unknown.
Would it be possible to add a new field to the Style Properties editor so the min-height attribute could be set per style?I'm pretty sure you can't do this without a table, as every component's height (the user info, the content, and the signature/controls) is unknown.
.message .messageContent {
min-height:400px;
}
That's what I was thinking. This is a known problem with CSS based layouts. But it doesn't bother me much.I'm pretty sure you can't do this without a table, as every component's height (the user info, the content, and the signature/controls) is unknown.
It can be done many ways, actually. I just haven't found a "proper" way to do it, or a cross-browser friendly way; but then again, I'm not an expert with CSS, though, so I could just be missing something.That's what I was thinking. This is a known problem with CSS based layouts. But it doesn't bother me much.
There are ways around the problem in some cases, but not in this case I believe.It can be done many ways, actually. I just haven't found a "proper" way to do it, or a cross-browser friendly way; but then again, I'm not an expert with CSS, though, so I could just be missing something.
JavaScript isn't exactly practical here, because you then have to consider you would have to use CSS anyways for users who don't have JavaScript enabled (and believe it or not, there IS still users who have it disabled :/)There are ways around the problem in some cases, but not in this case I believe.
(Maybe with javascript, anyone?)
You don't know the height, but you don't have to. There's a CSS property min-height that allows you to set a minimum height to a div or something. The only way the height would not expand is if you're using float (as the text basically floats above the parent object, if I'm not mistaken)Yeah I know, but like Mike said, how do you know the height? That's why I thought some dynamic coding is required.
I know some CSS, trust me, what you're proposing creates more problems than you're trying to solve.You don't know the height, but you don't have to. There's a CSS property min-height that allows you to set a minimum height to a div or something. The only way the height would not expand is if you're using float (as the text basically floats above the parent object, if I'm not mistaken)
We use essential cookies to make this site work, and optional cookies to enhance your experience.