For the past three hours, I have been beating my head against Internet Explorer, trying to make it understand that CSS-based layouts are not a bad thing. No luck, so far.
<boring technical paragraph>
My problem revolves around the fact that I want to maintain something similar to the old killingmachines.org layout, with a large center column, and two narrow sidebars. Tutorials for making three-column layouts abound, but none of the methods are perfect. W3C’s three-column redesign uses a technique that floats all three columns to the left, so they sit against each other. The downfall is that if the content of any of the columns is wider than the space it has, it breaks the design by shoving the broken column down below everything else. The Noodle Incident’s three-column layout uses absolute positioning (probably the most popular technique). The disadvantage is that you must know which of your columns will be the tallest, because the absolutely positioned columns will overlap anything below them (I don’t know which column will be the tallest on KMorg, because it could be the journal list, or the content column). And Glish has a neat idea for floating sidebars inside their parent element, but that really doesn’t give you columns, just floating sidebars (I’m picky). I’m starting to get very frustrated. Appearently CSS3 is going to include some code for fluid columns, like you get in page layout programs, but CSS3 is a ways away yet, and even so, I’m not looking for fluid columns. …I really really want this CSS redesign to work, but I’m starting to get frustrated. If I haven’t found a solution in the next hour or so, I think I’m going to give up (for now) and just post a simpler layout that doesn’t use sidebars/columns.
</boring technical paragraph>
Last night, I went to see Star Trek: Nemesis with Steve, Zach and Daniel. It had its good parts and its bad parts, but on the whole I enjoyed it. Probably the coolest thing was that it was obvious that they had been playing Halo, as we watched Picard roar around the desert in a jeep that looks suspiciously like a warthog, from the bouncy suspension to the mounted gun in the back, fired by a marine Worf. Daniel couldn’t resist humming the Halo theme as they tore around shooting aliens on a hostile planet.
Forum5000 development continues. Steve keeps getting bigger ideas in his head. Yesterday, we implimented the messaging feature so you can send notes to other hatelife users, and he’s already scheming up a new type of forum to allow you to create comparison lists. And this is after we already brainstormed up a huge improvement to the way post editing and deletion will work.







i don’t know if you know but i only recently found out that ie draws the page differently depending on what doctype headers you use. i was trying to get a div of fixed size in the center for ages until i worked this out. just make sure you’re specifying the correct doctype before you do any amount of development work on a page.
oh yeah, and maybe you should read the xhtml 2.0 suggestions before css 3 ;)
January 19th, 2003 at 7:46 am