|
|
@@ -39,7 +39,10 @@ $(document).ready(function() {
|
|
|
getData();
|
|
|
function getDesc(){
|
|
|
$.get('vermas.php', {id : expand}).done(function(data){
|
|
|
- $("#descripcion-completa").html(data);
|
|
|
+ $("#descripcion_completa").html(data);
|
|
|
+ $("#overlay-contact").css("display","block");
|
|
|
+ $("#descripcion_completa").css("display", "block");
|
|
|
+ $("#overlay-contact").css("height",$(document).height()+"px");
|
|
|
});
|
|
|
}
|
|
|
|
|
|
@@ -126,7 +129,7 @@ $(document).ready(function() {
|
|
|
|
|
|
<div id="overlay-contact">
|
|
|
</div>
|
|
|
- <div id="descripcion-completa">
|
|
|
+ <div id="descripcion_completa" >
|
|
|
</div>
|
|
|
|
|
|
|