Update index-open.html
This commit is contained in:
parent
686dd212d1
commit
71d7624c0b
|
@ -83,6 +83,9 @@
|
||||||
top: 4px;
|
top: 4px;
|
||||||
}
|
}
|
||||||
.taskbar {
|
.taskbar {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
}
|
}
|
||||||
|
@ -92,9 +95,6 @@
|
||||||
<p class="cwhite br3">DremJS Version 0.1.1b</p>
|
<p class="cwhite br3">DremJS Version 0.1.1b</p>
|
||||||
<p class="cwhite br2">Build 25</p>
|
<p class="cwhite br2">Build 25</p>
|
||||||
<p class="cwhite br1">© Innovation Inc.</p>
|
<p class="cwhite br1">© Innovation Inc.</p>
|
||||||
<div class="taskbar" onload="startTime()">
|
|
||||||
<a onclick="openApplication('About')"><img class="cent" src="apps/About/about.png"> |</a>
|
|
||||||
</div>
|
|
||||||
<div class="start startgray">
|
<div class="start startgray">
|
||||||
<ul class="astart">
|
<ul class="astart">
|
||||||
<dt><a onclick="openApplication('About')"><p><img src="apps/About/about.png" align="top"> About DremJS</p></a></dt>
|
<dt><a onclick="openApplication('About')"><p><img src="apps/About/about.png" align="top"> About DremJS</p></a></dt>
|
||||||
|
@ -110,6 +110,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="appContainer">
|
<div id="appContainer">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="taskbar" onload="startTime()">
|
||||||
|
<a onclick="openApplication('About')"><img class="cent" src="apps/About/about.png"> |</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue