11/05/2010, 11:11
|
| | | Fecha de Ingreso: marzo-2010 Ubicación: El Salvador
Mensajes: 393
Antigüedad: 14 años, 8 meses Puntos: 52 | |
Respuesta: ie6 y min-width, min-height, max-width y max-height ¿? La solucion es muuuuy sencilla, sin js ni javascrip ni nada de programacion :D
min-width->_width
min-height->_height
max-width->_width
max-heigh->_height
jejeje los ie toma las propiedad min y max por defento:
ejemplo sencillo
#tuclase{
min-height: 100px; _height: 100px;
}
tu div con el id tuclase, se estirara tanto en los ie como en los demas navegadores :) |