Border Height

liunx

Guest
Hey everyone,

I'm hoping someone can help me out with this.

If you go to the index: <!-- m --><a class="postlink" href="http://lovepollution.com/temp/index.html">http://lovepollution.com/temp/index.html</a><!-- m --> you'll see that the white thick line in the middle stops midway. I've tried everything I could think of to fix it, but with no luck.
Here's a direct link to the css: <!-- m --><a class="postlink" href="http://lovepollution.com/temp/style.css">http://lovepollution.com/temp/style.css</a><!-- m -->

So the question is, what can I do to make the line not stop in the middle but keep going?

I know my coding's probably a mess, sorry.

Thanks in advance for any help :)It stops midway because that is the height of that particular div

Try this.

Remove BORDER-LEFT: white 10px solid from rule #content and add BORDER-right: white 10px solid to rule #leftnav

This will give you your border all the way down as your layout stands nowYes, that worked!

Thank you very much :D
 
Back
Top