I want both units connected to the bottom of the site (footer). CSS styles:

/** block **/ .block { background: url("../images/block.png") repeat-y -193px 0px; margin: 0px 0px; width: 193px; } .bt { background: url("../images/block.png"); font-size: 1.2em; height: 29px; overflow: hidden; } .bt span { color: #fff; display: block; margin: 2px 2px 0px 8px; } .dcont { padding: 0px 8px; width: 177px; } .bbut { background: url("../images/block.png") no-repeat 80% 80%; height: 0px; } 

Picture:

alt text

  • one
    Layout in the studio) - Dem
  • 3
    it was necessary to respond somehow like, the answer is there - google =) - Gorets
  • yuzay the table or js - RedMonkey

1 answer 1

To do this, you need to make height: 100% for the left block of the site, and create 2 more in this block, where height is 80% for one and height: 20% for another, in theory this should solve the problem