-4

HTMLを使用してタイトルバーの背景色を変更しましたが、機能していません...

4

2 に答える 2

3

できません。

HTML は Web サイトを定義します。

タイトル バーは、Web サイトではなく、ブラウザー アプリケーションの一部です。アプリケーションを制御することはできません。

于 2012-08-14T11:22:13.647 に答える
2

You can't set it except if your site is pinned with IE 9/10:

<meta name="msapplication-navbutton-color" content="#FF3300" />

But it only sets the color of the navigation buttons.

More information on MSDN: http://msdn.microsoft.com/en-us/library/ie/gg491732(v=vs.85).aspx


Pin for example Cut the Rope to your taskbar and open it.

于 2012-08-14T11:25:04.590 に答える