Viewing 3 replies - 1 through 3 (of 3 total)
  • Firstly id’s need to be unique so your HTML isn’t valid but your actual problem with a solution is explained in this article

    Jaseone has pointed you to a great source. I would definitly read that. Another good one that explains columns can be found here.

    Anyways, your problem is not that your border is not showing up all of the way, it is. Your border is set to be on the left of <div id=”left”> (which it is). What your not seeing is that the “left” div is only as tall as its contents. It does not stretch to 100% of the height.

    Let me know if this makes senes. Here is a quick html/css version of what you had. https://www.njhall.com/support/columns.html (view it in safari or firefox)

    Thread Starter kindpastor

    (@kindpastor)

    I can’t thank you guys enough for this solution. Never have I received a solution so fast that was so easy to impliment. You guys rock!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘css border problem’ is closed to new replies.