编辑文本后点击显示结果
www.WoYouXian.net 我有闲 IT 教程
<html> <head> <script type="text/javascript"> function setMinWidth() { document.getElementById("p1").style.minWidth="1000px"; } </script> </head> <body> <p id="p1">This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.</p> <input type="button" onclick="setMinWidth()" value="Set min width" /> </body> </html>
© 2007-2008 woyouxian.net 版权所有
Contact Us