How can i do to set the SIDEBAR RIGHT to height 100%?
I put this css
.sidebar_right {
height: 100%;
}
But dont work
Hi carmycurly!
What you mean does not work? The sidebar can be 100%, but if the content is not a lot, then you will see it expanding to one place only.
try to also make it as
.sidebar_right {
height: 100%;
min-height: 100%;
}
Regards,
Basilis