• I’m trying to redo my site to use CSS instead of tables to position columns. Before I make the changes on my BLOG, I’m testing it on a beta page to get it right.

    I used the Kubrik CSS and modified it a lot, but I can’t work something out.

    Please see:

    https://www.sohmer.net/beta

    You can see the left and center columns are fine, but the right column is way at the bottom and doesn’t start vertically until the center is done. ??

    How do I get it to line up vertically with the center and left columns?

    I’m pulling my hair out and I don’t have much left! ??

    My CSS is at: https://www.sohmer.net/beta/style.css

    THANKS A MILLION! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • K. is not a 3 column theme. Try to find a working 3 column theme and modify that one to your liking.

    Thread Starter friend_of_grommit

    (@friend_of_grommit)

    I think I solved it!

    I added the following attributes to the CSS of that div:

    #right_side {
    position: absolute; top: 232px;
    padding-left: 0px;
    margin-left: 797px;
    width: 200px;
    vertical-align: top;
    }

    Now it appears to work just as I want it to in IE and Firefox! Woo who! ??

    Thread Starter friend_of_grommit

    (@friend_of_grommit)

    By the way, I’ll be removing that beta site soon, in case anyone finds this post in the distant future.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS position help please’ is closed to new replies.