blob: d977c937abec414c64c4ffb596730982ec5cf0f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
</head>
<body style="width: 100px; border: 2px solid yellow;">
<span style="position: relative;">
<img width="200" height="100" align="left">
<span style="position:absolute; float:left;"></span>
Foo
</span>
</body>
</html>
|