Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
study:javascript:jquery:z-index [2010/10/11 08:54] – banana | study:javascript:jquery:z-index [2010/10/16 10:21] (現在) – banana | ||
---|---|---|---|
行 8: | 行 8: | ||
< | < | ||
< | < | ||
+ | <script type=" | ||
+ | <script type=" | ||
+ | <style type=" | ||
+ | div.sample{ | ||
+ | width: | ||
+ | height: | ||
+ | background-color:# | ||
+ | position: | ||
+ | padding: | ||
+ | z-index: | ||
+ | } | ||
+ | select.sample{ | ||
+ | z-index: | ||
+ | position: | ||
+ | text-align: | ||
+ | border-style: | ||
+ | border-width: | ||
+ | border-color: | ||
+ | } | ||
+ | #shim{ | ||
+ | z-index: | ||
+ | position: | ||
+ | visibility: | ||
+ | } | ||
+ | </ | ||
+ | <script language=" | ||
+ | <!-- | ||
+ | $(function(){ | ||
+ | $("# | ||
+ | }); | ||
+ | // --> | ||
+ | </ | ||
</ | </ | ||
+ | < | ||
+ | <iframe scrolling=" | ||
+ | IE6でselectタグ(プルダウン)がz-indexを無視する対策 | ||
+ | <div id=" | ||
+ | マウスでドラッグができます。< | ||
+ | width: | ||
+ | height: | ||
+ | background-color: | ||
+ | position: absolute;< | ||
+ | padding: 10px;<br /> | ||
+ | < | ||
+ | left: 150px;< | ||
+ | top: 250px;< | ||
+ | <br /> | ||
+ | 移動するたびに、setShim関数でこのdivにiframeを重ねています。< | ||
+ | </ | ||
+ | <select class=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
</ | </ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
===== iframe issue ===== | ===== iframe issue ===== | ||
iframeタグがHTML4.01 Strict 及びXHTML1.0 Strictでは未定義というので、この回避策は使えない。\\ | iframeタグがHTML4.01 Strict 及びXHTML1.0 Strictでは未定義というので、この回避策は使えない。\\ | ||
行 17: | 行 102: | ||
===== reference ===== | ===== reference ===== | ||
- [[http:// | - [[http:// | ||
+ | - [[http:// | ||