css- make snd column exten as far down as first column?
-
blog is at https://letterstobreathe.com/
I was wondering if there was a way with CSS or even in the php to make the snd column go all the way down, even if there isn’t as much content… aside from adding blank spaces and enters. Right now it looks silly. I will of course be adding more to it, but I would like the two to be the same size regardless of content.
Current Code below, Thanks!
#sidebar_left{ float:left; width:170px; padding:7px 6px 10px 10px; background: url(images/postback.jpg); border:1px solid #808080; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; margin-left:15px; } #sidebar{ float:left; width:175px; background: url(images/postback.jpg); border:1px solid #808080; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding:7px 6px 10px 10px; }
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘css- make snd column exten as far down as first column?’ is closed to new replies.