added iframe over canvas
This commit is contained in:
parent
bf201b2e74
commit
7089c58254
27
testing.html
27
testing.html
|
@ -3,7 +3,7 @@
|
|||
<html>
|
||||
<head>
|
||||
|
||||
<title>testing</title>
|
||||
<title>Fox's Lab Accelerator Dashboard</title>
|
||||
|
||||
</head>
|
||||
<style>
|
||||
|
@ -14,15 +14,36 @@
|
|||
display:block;
|
||||
//width: 100%;
|
||||
//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>
|
||||
|
||||
<body style="background-color:white">
|
||||
|
||||
<span id='clock' style="font-size:30px"></span>
|
||||
<p></p>
|
||||
<canvas id='floor' witdh = "2048" height = "1024"> Your browser doe snot support HTML canvas</canvas>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<p id='text'></p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user