This commit is contained in:
GordonDaFreeman 2018-01-16 22:09:53 +01:00
parent 68db7d0f82
commit 9da162aaef
2 changed files with 22 additions and 7 deletions

View File

@ -7,14 +7,14 @@
width: 250px; width: 250px;
} }
#menubox{ #menubox {
height: 100%; height: 100%;
top: 0px; top: 0px; left : 320px;
left: 320px;
position: fixed; position: fixed;
border-left-width: 2px; border-left-width: 2px;
border-color: black; border-color: black;
border-left-style: solid; border-left-style: solid;
left: 320px;
} }
.splitable { .splitable {
@ -24,3 +24,15 @@
.notsplitable { .notsplitable {
} }
#bottom-right {
right: 0;
bottom: 0;
position: absolute;
}
#bottom-left {
left: 0;
bottom: 0;
position: absolute;
}

View File

@ -45,7 +45,7 @@
</ul> </ul>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
$("#menu").menu(); $("#menu").menu();
$("ul").css("width", "250px") $("ul").css("width", "250px")
</script> </script>
<div id="crafting"> <div id="crafting">
@ -57,4 +57,7 @@
<span style="display: inline-block; width: 90%;"></span> <br> <span style="display: inline-block; width: 90%;"></span> <br>
</div> </div>
</body> </body>
<div id="container">
<div id="bottom-left">Inspiration Pyramidalist<br>© MasterGordon & Ph3nix</div>
</div>
</html> </html>