HTML
Código HTML:
CSSVer original
<div id="clientes" style="position:absolute; top:40px; left:23px; width:716px; height:470px; min-height: 470px; min-width: 716px;"> <div id="barra_clientes"> <img onclick="cerrar(clientes,'clientes')" id="imagen" style="float:right; margin-right: 0px; cursor:pointer;" src="recursos/ima/botones/cerrar.png" width="60px" onmouseover="this.src='recursos/ima/botones/cerrar2.png'" onmouseout="this.src='recursos/ima/botones/cerrar.png'"> </div> </div>
Código CSS:
Imagen de como esta ahoraVer original
#clientes { font-family: "Segoe UI"; overflow: hidden; border-radius: 7px; background-clip: padding-box; border-color: rgb(102,107,233); border-color: rgba(102,107,233,0.9); border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; border-top-width: 22px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; background-color:#CCC; } #barra_clientes { height: 22px; background-color: transparent; cursor: default; }
El div(rojo) debería quedar encima del borde(verde)