<html> <head> <script type="text/javascript"> function setSpace() { document.getElementById("compman").hspace="50" document.getElementById("compman").vspace="50" } </script> </head> <body> <img id="compman" src="/static/images/compman.gif" alt="Computerman" align="right" /> <p>Some text. Some text. Some text. Some text.</p> <input type="button" onclick="setSpace()" value="Set hspace and vspace"> </body> </html>
结果:
编辑上面的代码,点击查看结果。
yige.org
- 试一个