/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#midiv{ width: 500px; min-height: 300px; height: auto !important; /* Con esto hacemos q cualquier explorador diferente a ie obvie el height */ height: 300px; /* Para Internet Explorer */ }