.flyout { position: absolute; width: 1000px; height: 450px; background: red; overflow: hidden; z-index: 10000; display: none; } #menu:hover + .flyout { display: block; }