border between post area and sidebar
-
I’m trying to place a 1px border between the post area (content area) and the sidebar
The problem is:
If I put:
border-right: 1px solid ##9a9a9a;
on the content div and the sidebar is longer than the content area, then the border does not go all the way down to the footer.
The reverse is also true if I put:border-left: 1px solid #9a9a9a;
on the sidebar div.I think I can get around the problem by using some kind of gif file (example: border.gif ), but I’m not quite sure how or where to code the gif file in, or how to make a gif file that will simulate a border that is 1px in width with the color #9a9a9a to match.
Any suggestions ?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘border between post area and sidebar’ is closed to new replies.