servo/tests/ref/position_relative_a.html
2014-09-08 20:21:42 -06:00

17 lines
478 B
HTML

<html>
<head>
<title>
today, weather is very cold.....
</title>
<style>
body {
margin: 0px;
padding: 0px;
}
</style>
</head>
<body>
<div style="width:500px;height:200px;position:relative;left:100px;top:100px" >
<img src="test.jpeg" style="width:100px;height:100px;"/><span style="position:relative;left:-200px;top:-100px"><img src="test.jpeg" style="position:relative;left:100px;top:100px;width:100px;height:100px"/></span></div>
</body>
</html>