There's two ways to go about this, an easy way and a hard way. The easy way is to simply take that /images/bg.gif strip and put it in the background of #body. That way it goes the whole vertical...
It's a disaster area. Basically, you pretty much have to just go ahead and presentation style="" attributes on every single element. There's no way to include a <head> tag in an email, and even if...
I've been recently checking out some packages like Wordpress, Textpattern, PunBB, etc. I've been really surprised to see them all running their own DB abstraction layer instead of the...
(my brain automatically rejects solutions that I know won't work on IE5, but this is a great way to do it if you aren't worried about supporting that...)
Because the inner div will be the full width of the window (display:block) and thus not appear centered at all. The only way I know of to make a div the width of its content is to float it, and I...
This is actually a really interesting problem, and something I've been wrestling with recently. What you really want to do is center something of an unknown horizontal size. You have float:left the...
If you just want three fields in a row, then you need to set the width of label to 33%. I'm not sure if you're trying to do fixed or liquid, so here's two...
You know, it's funny... I've been doing CSS for less than a year, and except in some very weird situations, I've stopped being troubled by IE. There's just a short mental list of things that I...
I just noticed that the original poster was asking for a left-side sidebar. Well, here's the identical markup, with two slightly altered sets of styles depending on where you want the sidebar:
...