added iframe over canvas
This commit is contained in:
parent
bf201b2e74
commit
7089c58254
25
testing.html
25
testing.html
|
@ -3,7 +3,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<title>testing</title>
|
<title>Fox's Lab Accelerator Dashboard</title>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
|
@ -14,15 +14,36 @@
|
||||||
display:block;
|
display:block;
|
||||||
//width: 100%;
|
//width: 100%;
|
||||||
//height: 50%;
|
//height: 50%;
|
||||||
border : nono;
|
border : 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#CanvasArea{
|
||||||
|
position:relative;
|
||||||
|
z-index:1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#iframe{
|
||||||
|
position:absolute;
|
||||||
|
top : 700px;
|
||||||
|
left : 100px;
|
||||||
|
width:1000px;
|
||||||
|
height:400px;
|
||||||
|
z-index:1000;
|
||||||
|
border: 1px solid green;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<body style="background-color:white">
|
<body style="background-color:white">
|
||||||
|
|
||||||
<span id='clock' style="font-size:30px"></span>
|
<span id='clock' style="font-size:30px"></span>
|
||||||
<p></p>
|
<p></p>
|
||||||
|
|
||||||
|
<iframe src='https://fsunuc.physics.fsu.edu/grafana/' frameborder='2' id="iframe"></iframe>
|
||||||
|
|
||||||
|
<div id="CanvasArea">
|
||||||
<canvas id='floor' witdh = "2048" height = "1024" > Your browser doe snot support HTML canvas</canvas>
|
<canvas id='floor' witdh = "2048" height = "1024" > Your browser doe snot support HTML canvas</canvas>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p id='text'></p>
|
<p id='text'></p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user