11

Is it possible to style the new Chrome alert boxes, added in version 29?

Run this javaScript in Chrome's console:

alert("This is new")

enter image description here

I ask this because the new window actually looks more like a dialog.

It also displays a tooltip with the coordinates while being dragged.

http://i.snag.gy/xLIu0.jpg

4

1 に答える 1

13

いいえ、ダイアログ ボックスのスタイルを設定することはできません (新しくデザインされたものを含む)。代わりにポップアップのスタイルを設定する必要がある場合は、JS/HTML モーダルを使用してください。

于 2013-08-23T16:02:20.133 に答える