|
I find myself quite irritated with CSS lately, because I have been trying to be a good modern web-boy and style this place with CSS. The problem with CSS is what it leaves out. Take a very simple example: this blog. Like many blogs, I want a two-column layout: blog entries on the left, a small sidebar about the blog on the right. No problem in CSS: use two <div>s, set a width: or a min-width:, and
then set one <div> as What I want to happen in this situation is for CSS to shrug and enlarge the whole thing so that the user has to scroll sideways to see the entire page. What I can get is one of:
No, blech, ptui, and 'ha, you jest' respectively. Those evil bad table things that we aren't supposed to use for layout? Surprise. They get this right. So if you look at the HTML source for the blog, you will see a giant table. (Now, perhaps there is some magic way to do this in CSS that actually works right and that no one mentions or uses. If so, please tell me about it. I would like to use CSS if I can.) |
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |