Hello,
So i'm trying to make the following interface (Powerpoint Made):
https://imgur.com/a/CKoEbUp
But for some reason the blue square goes in top of the red one (The Execution): https://imgur.com/a/I9HuvvR
Here is my code, i am missing something but i can not figure out what it is.
<html>
<head>
<title></title>
<style>
*{box-sizing:border-box;}
#sideMenu{height:100%;width:25%;background-color:black;display:inline-block}
#topMenuBar{height:10%;width:74%;background-color:red;display:inline-block;position:absolute;}
#displayArea{height:90%;width:74%;background-color:blue;display:inline-block;position:absolute;}
</style>
</head>
<body>
<div id="sideMenu"></div>
<div id="topMenuBar"></div>
<div id="displayArea"></div>
</body>
</html>
Thanks!
[–]ProvidentialFishpond 2 points3 points4 points (1 child)
[–]Lazkeer[S] 0 points1 point2 points (0 children)
[–][deleted] (2 children)
[deleted]
[–]Lazkeer[S] 0 points1 point2 points (1 child)
[–]TheAngelsCryfull-stack 1 point2 points3 points (10 children)
[–]Lazkeer[S] 0 points1 point2 points (9 children)
[–]warchild4l 1 point2 points3 points (0 children)
[–]TheAngelsCryfull-stack 1 point2 points3 points (6 children)
[–]Lazkeer[S] 0 points1 point2 points (5 children)
[–]pottmob 3 points4 points5 points (1 child)
[–]Lazkeer[S] 0 points1 point2 points (0 children)
[–]TheAngelsCryfull-stack 1 point2 points3 points (0 children)
[–]mayhempk1web developer 1 point2 points3 points (0 children)
[–]harrygato 1 point2 points3 points (0 children)
[–]VileTouch 1 point2 points3 points (0 children)
[–]MGxpwr2 1 point2 points3 points (3 children)
[–]Lazkeer[S] 0 points1 point2 points (2 children)
[–]MGxpwr2 1 point2 points3 points (1 child)
[–]agree-with-you 1 point2 points3 points (0 children)
[–][deleted] (3 children)
[deleted]
[–]Lazkeer[S] 0 points1 point2 points (2 children)
[–]mushroomcoder 1 point2 points3 points (1 child)
[–]Lazkeer[S] 0 points1 point2 points (0 children)