mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
26 lines
827 B
HTML
26 lines
827 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||
|
<!-- saved from url=(0063)http://bugzilla.mozilla.org/attachment.cgi?id=77509&action=view -->
|
||
|
<HTML><HEAD><TITLE>HTML Functional -- APPLET - HEIGHT=percent</TITLE>
|
||
|
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
|
||
|
|
||
|
<style type="text/css">
|
||
|
.abs { position: absolute;
|
||
|
top: 150px;
|
||
|
left: 50px;
|
||
|
width: 50%;
|
||
|
height: 100%;
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body style="margin-top:0px; margin-bottom:10px">
|
||
|
<div class=abs>
|
||
|
<applet CODE=RealSnow.class archive="RealSnow.jar" width=50% height=100%>
|
||
|
<param name="Background" value="../../images/polarBears.jpg">
|
||
|
<param name="NumberOfFlakes" value="500">
|
||
|
<param name="Turbulence" value="4">
|
||
|
</applet>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|