Estou com um problema em uma div central do meu layout acontece que quando vou inserindo itens no gridview a div fica no mesmo tamanho ela não acompanha o crescimento do grid e com isso ela acaba sobrepondo a outra div que fica no rodape, veja a imagem para ficar mais fácil:
http://img13.imageshack.us/img13/5192/semttulonxq.jpg
Segue-se meu código html:
<!-- end .grid_12 - SUBMENU -->
<div class="clear"></div>
<cc1:toolkitscriptmanager id="ToolkitScriptManager1" runat="server"></cc1:toolkitscriptmanager>
<br />
<div id="container">
<div id="left" class="grid_9 cnt" style="width: 95%;">
<h1>Transferência de Produtos</h1>
</div>
</div>
<!--FOOTER START-->
<div class="grid_12 cnt" id="footer">
Powered by Oraculum Informática. | <a href="#">Principal</a> | <a href="#">Cadastros</a> | <a href="#">Movimento</a> | <a href="#">Financeiro</a> | <a href="#">Relatórios</a> | <a href="#">Configurações</a>
<div style="position:relative; float:right">
Versão 1.2.12
</div>
<!--FOOTER END-->
Código css da grid9 + cnt:
background-attachment: scroll;
background-color: #ffffff;
background-image: none;
background-position: 0px 0px;
background-repeat: repeat;
border-bottom-color: #c2beb1;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #c2beb1;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #c2beb1;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #c2beb1;
border-top-style: solid;
border-top-width: 1px;
bottom: 786px;
box-sizing: content-box;
color: #74655f;
cursor: auto;
display: block;
float: left;
font-family: "Trebuchet MS";
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 400;
height: 581px;
left: 160px;
line-height: 19.5px;
margin-bottom: 0px;
margin-left: 9px;
margin-right: 9px;
margin-top: 0px;
outline-style: none;
outline-width: 0px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
right: 1104px;
top: 173px;
vertical-align: baseline;
width: 912px;
Css da grid12 + cnt:
background-attachment: scroll;
background-color: #ffffff;
background-image: none;
background-position: 0px 0px;
background-repeat: repeat;
border-bottom-color: #c2beb1;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #c2beb1;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #c2beb1;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #c2beb1;
border-top-style: solid;
border-top-width: 1px;
bottom: 847px;
box-sizing: content-box;
color: #74655f;
cursor: auto;
display: block;
float: left;
font-family: "Trebuchet MS";
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 400;
height: 19px;
left: 160px;
line-height: 19.5px;
margin-bottom: 0px;
margin-left: 9px;
margin-right: 9px;
margin-top: 20px;
outline-style: none;
outline-width: 0px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
right: 1102px;
top: 806px;
vertical-align: baseline;
width: 920px;
Desde já agradeço a todos que postarem