<!DOCTYPE html> <style> div { height: 240px; } #f { height: 0; overflow: hidden; padding: 0; border: none; } </style> There should be a visible select below: <div> <select id="f"><option>This is a select</option></select> </div> <script> h = document.body.clientHeight; f.style.height = "auto"; </script>