fixed element vs flash in chrome
<div class="fixedbar"> // some flashbanner </div>
.fixedbar { position: fixed; top: 100px; /* gist */ -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); }