Min-Height para todos los exploradores


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #midiv{
  2. width: 500px;
  3. min-height: 300px;
  4. height: auto !important; /* Con esto hacemos q cualquier explorador diferente a ie obvie el height */
  5. height: 300px; /* Para Internet Explorer */
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.