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: