form_func4.php 543 Bytes
<html>
	<form method="post" action="main.php">
		<input type="button" id="func4" name="func4" class="func-button" value="" onclick="this.form.submit()"/>
		<input type="hidden" id="func4" name="func4" value="FUNC4" class="btn-outline-danger"/>
	</form>
	<script type='text/javascript'>
		var elem = document.getElementById('cam<?php echo $i ?>');
		var pos = elem.getBoundingClientRect();
		var btn = document.getElementById('func4');
		var pos_x = pos.x+240;
		btn.style = "top : "+(pos.bottom)+"px; left : "+(pos_x)+"px";
	</script>
</html>