OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <title>Fractional border</title> | |
esprehn
2015/03/24 23:13:23
leave out html, head and title.
qiankun
2015/03/26 11:06:25
Done.
| |
5 <style> | |
6 div { | |
7 border: solid 1px #000; | |
8 position: absolute; | |
9 top: 127.223px; | |
10 left: 80.334px; | |
11 width: 360.4px; | |
12 height: 170.3px; | |
13 overflow: hidden; | |
14 } | |
15 </style> | |
16 </head> | |
17 <body> | |
esprehn
2015/03/24 23:13:23
remove body.
qiankun
2015/03/26 11:06:25
Done.
| |
18 <div></div> | |
19 </body> | |
20 </html> | |
OLD | NEW |