Sha256: 4731cea9e4e110daa1147607f048fb026154a17df32c60817df3b12a10b4f560
Contents?: true
Size: 543 Bytes
Versions: 7
Compression:
Stored size: 543 Bytes
Contents
<style> #foo { text-align: center; margin: 10px; width: 100px; height: 100px; background: #900; position: absolute; top: 25px; left: 15px; } select { position: absolute; top: 50px; } </style> <p> The select list below should not be above (z-index ordered above) the red box. </p> <select> <option>a select list.....</option> </select> <div id="foo"> </div> <script src="/depender/build?require=More/IframeShim"></script> <script> IframeShim.ready = true; new IframeShim('foo', { display: true }); </script>
Version data entries
7 entries across 7 versions & 1 rubygems