Viewing 7 replies - 1 through 7 (of 7 total)
  • I had a lot of problems with a three colum layout. The only thing that I can say is that I just don’t think you can get a really flexible 3 col without using some divs in index.php

    Dots by Alex King is a good place to start. Yes, you need some divs. The only prob. with three column so far that I see is that the left column can have dynamic placement of new <li> features (i.e., as one group expands, the rest get pushed further down), but the right side has to have absolute assignment from the
    top: 0px;
    or whatever because otherwise there is a space on the left side. So, when you want to add stuff to the right side, you have to manually readjust everything in your css.
    Unless, of course, someone knows how to make dynamic placement happen on the right side as well.
    I was going to try dreamweaver and see what I could come up with. Might as well, since I’m having to learn .php and css, so what’s the diff about learning one new program?

    @danithew.
    If you check the index.php on the testblog, you’ll see a <div=”col”> which is the 3rd column. Unless that is in the index you have, then nothing will happen.
    The #content is also higher becuase the <div=”tinfo”> is missing from just below the header.
    It was done with 1.2mingus (until I changed my layout yesterday it was also working on my not-text blog).
    That is the problem with implementing a 3 col design with WP – the index has to be modified, and that makes style-switching a no-no unless it is to another 3 col design or you are literally jus swapping colors.

    Hi,
    if you want a 3 col layout that works in all browsers, take a look at:
    https://www.positioniseverything.net/ordered-floats.html
    A superb demo of flexible 3kol layouts, full-floated of fixed width, with explanations of all the bugs/hacks or how to avoid these!
    Everything about positioning with css is there. 3 kol layout is difficult with all the bugs around, but Big John and Holly Bergevin (https://www.positioniseverything.net) really explain everything very well.
    greetings,
    Matthijs, Holland

    Thx for the groovy website- I have a 3 col layout which sometimes freaks netscape out, but generally works for the new browsers. you can have the code and the css if you need them. https://www.ctfzone.net

    @ bAs No footer all the way across and same color columns. Pretty straightforward.

    Thread Starter danithew

    (@danithew)

    Thanks all for your answers. Some stuff came up this weekend and this is the first time I’ve been able to look at the responses. I appreciate all the feedback and as soon as I have a chance I’ll be playing with this some more. I should have realized that I needed to make changes in the index.php.
    Thanks again all.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘3 column layout test blog’ is closed to new replies.