SideBar Image Repeat |
SideBar Image Repeat |
Oct 7 2009, 10:31 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 42 Joined: Jan 2006 Member No: 365,078 |
How do I get my sidebar image repeat (no matter how much content it has) so that it goes all the way to the footer? I'm going crazy trying to figure it out. This is what the layout looks like:
|
|
|
|
![]() |
Oct 13 2009, 05:55 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 42 Joined: Jan 2006 Member No: 365,078 |
Thanks; it was CSS. I tried using that but the same problem occurs..the side bar still won't repeat:
CODE .container {
float: left; overflow: hidden; width: 100%; margin: 0 auto; } #content { background: url(images/content.gif) repeat-y; float: left; width: 65%; margin-top: 32px; padding-left: 15px; padding-right: 30px; padding-top: 10px; padding-bottom: 30px; min-height:100%; } #sidebar { background: url(images/sidebar.gif) repeat-y; width: 10%; min-height: 100%; margin-top: 32px; margin-left: -228px; padding-left: 15px; padding-right: 30px; padding-top: 10px; padding-bottom: 30px; float: left; } |
|
|
|
FallintoMusic SideBar Image Repeat Oct 7 2009, 10:31 AM
tcunningham is this fluid css or divs? Oct 7 2009, 02:44 PM
allvanishing Short answer: You can't with CSS. But you can ... Oct 7 2009, 04:03 PM
Fawaz You can take a look at this tutorial Equal Height ... Oct 7 2009, 07:02 PM
porninvader Background-repeat will based on the height of its ... Oct 15 2009, 10:59 AM![]() ![]() |