From 71d7624c0bb02751e26f5fcc2fde6269d1a25a7c Mon Sep 17 00:00:00 2001 From: Innovation Inc <connorrox60@gmail.com> Date: Fri, 13 Dec 2019 18:21:58 -0600 Subject: [PATCH] Update index-open.html --- index-open.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index-open.html b/index-open.html index 2f2fccc..e2224c2 100644 --- a/index-open.html +++ b/index-open.html @@ -83,6 +83,9 @@ top: 4px; } .taskbar { + position: absolute; + top: 0; + right: 0; width: 100%; height: 8px; } @@ -92,9 +95,6 @@ <p class="cwhite br3">DremJS Version 0.1.1b</p> <p class="cwhite br2">Build 25</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"> <ul class="astart"> <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 id="appContainer"> + </div> + <div class="taskbar" onload="startTime()"> + <a onclick="openApplication('About')"><img class="cent" src="apps/About/about.png"> |</a> </div> <script>