AS: 18. Visuelle Stile auf Schaltflächen und Steuerelementen in Webseiten aktivieren

GUI Name: Visuelle Stile auf Schaltflächen und Steuerelementen in Webseiten aktivieren / Enable visual styles on buttons and controls in webpages

Supported On:    At least Internet Explorer 6.0

Registry Schlüssel:    HKCU\Software\Microsoft\Internet Explorer\Main

Registry Wert: Use Themes

 Erklärung:

Dieses Settings enabled bzw. disabled die Verwendung von Desktop Themes innerhalb des Internet Explorers.

Beispiel:

image   vs.   image

use themes

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Use Themes</title>

</head>

<body>
<p>
With the &quot;Internet Options-&gt;Advanced-&gt;Enable visual styles on buttons and controls in webpages&quot; enabled,
you will see the button below in the way your current Desktop Theme, e.g. Luna for Windows XP or Aero for Vista/7, is displaying buttons.<br /><br />

If you disable this feature, you will see the &quot;old fashioned&quot; way. This might be
needed by 3rd party Themes, esp. for handicaped people.</p>
<button>Button</button>
</body>

</html>

  Mögliche Werte:

0 => unchecked

1 => checked