Tema: expandir div
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/11/2008, 09:19
Avatar de ACX_POISON
ACX_POISON
 
Fecha de Ingreso: abril-2008
Ubicación: Talca-Chile
Mensajes: 750
Antigüedad: 16 años
Puntos: 7
Respuesta: expandir div

gracias X responder
asiendo unas pruebas aparentemente funciono, pero igual les dejo el codigo para mejorarlo
<style>
Cita:
#Layer1 #frm #carreraX {
background-image: url(../../images/2x/fondo_bg_3.jpg);
background-repeat: repeat-x;
background-position: center;
overflow: visible;
padding: 10px;
float: left;
}

div del <select>
Cita:
<form action="respuestas_coord.asp" method="post" name="frm" id="frm">
<div id="carreraX">
&nbsp;
<!--#include file="funcion_select.asp" -->
<%generaCarrera()%>
<input name="Submit" type="submit" class="boton" value="Ver" onMouseOver="ddrivetip('Selecciona la Carrera y luego click Aqui', 150)";
onMouseOut="hideddrivetip()">
</div>
</form>

PD el estylo lo hice solo probando, No se que tan bien estará...
__________________
Me junto con los que Saben, Queriendo Saber.