Reputation: 239
I am working on a website at http://173.199.158.106/cspro223/index.php?dispatch=categories.view&category_id=87.
I am trying to make the left column the same height as the right column. When this is accomplished the right border of the left column should be the same length as the right column "central" but right now it only extends to the word "advanced search".
anyone can help me with this one?
Upvotes: 0
Views: 110
Reputation: 322
Why don't you remove the border on the left column and apply a border-left to your central div. That way the border will always be the correct height. hope this helps.
Upvotes: 0
Reputation: 25445
You can do it a few different ways.
Upvotes: 2