WindowsXP-SP1/admin/pchealth/helpctr/content/html_unittests/gradients.htm
2020-09-30 16:53:49 +02:00

44 lines
1.1 KiB
HTML

<HTML XMLNS:helpcenter>
<HEAD>
<!--
Copyright (c) 2000 Microsoft Corporation
-->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=windows-1252">
<META HTTP-EQUIV=PICS-Label CONTENT='(PICS-1.1 "http://www.rsac.org/ratingsv01.html" l comment "RSACi North America Server" by "inet@microsoft.com" r (n 0 s 0 v 0 l 0))'>
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
<OBJECT ID=pchealth classid=CLSID:FC7D9E02-3F9E-11d3-93C0-00C04F72DAF7></OBJECT>
<LINK ID=Stylesheet_Ref1 href="hcp://system/css/Behaviors.css" rel=STYLESHEET type=text/css>
<STYLE>
.gradient
{
start-color : red;
end-color : yellow;
}
</STYLE>
</HEAD>
<BODY SCROLL=AUTO>
<helpcenter:gradient id=first class="gradient" style="width: 300px; height: 100px">Prova</helpcenter:gradient>
<helpcenter:gradient class="gradient" style="width: 300px; height: 100px; gradient-type: 0">Prova</helpcenter:gradient>
<helpcenter:gradient class="gradient" style="width: 300px; height: 100px; return-to-zero: 1">Prova</helpcenter:gradient>
</BODY>
<SCRIPT>
//debugger;
</SCRIPT>
</HTML>