| javascript实现WORD里面的斜线表格代码 |
| 来源:
发布时间:2008-04-15 发布人:
浏览:
人次
字体:
[大
中
小]
|
|
javascript实现WORD里面的斜线表格代码 <html xmlns:v="urn:schemas-microsoft-com:vml"> <style> v:* {Behavior: url(#default#VML);} body {margin: 0px; font-size: 12px;} </style> <body> <table width="200" cellspacing="1" cellpadding="5" bgcolor="black" style="position:absolute;left:0;top:0;"> <tr bgcolor="white"><td> </td><td> </td></tr> <tr bgcolor="white"><td> </td><td> </td></tr> </table> <v:line from="0,0" to="100,28" style="position:relative;"/> <div style="position:absolute;left:60;top:4;">月度</div> <div style="position:absolute;left:2;top:15;">销售量</div>
| |
| |
|
|
|
|
| §最新评论:(评论内容只代表网友观点,与本站立场无关!) | |
|
|
|
|
| 注意:请勿在本站发布政治话题、色情及违反法律的内容。 |
IT知道网 声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。 |