Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jqueryuiダイアログでeyeconカラーピッカーを使用した人がいるかどうか知りたいですか? すべて正常に動作しますが、ユーザーがテキスト ボックスをクリックしてカラー ピッカーを表示すると、jqueryui ダイアログの背後にカラー ピッカーが表示されます。z-index プロパティに関連しているようです。どんな助けでも大歓迎です。ありがとう。
colorpicker.cssを編集し、z-indexを指定します。
.colorpicker { width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(../images/colorpicker_background.png); font-family: Arial, Helvetica, sans-serif; display: none; z-index:1005; }