易截截图软件、单文件、免安装、纯绿色、仅160KB

html热链接

一张图片不必切割成各种按钮。做前端的接触的比较少,应该虚心学习……
<img src="images/b.gif" mce_src="images/b.gif" alt="标题" width="685" height="23" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" mce_shape="rect" coords="31,1,70,20" mce_coords="31,1,70,20" href="a.lhtm" mce_href="a.lhtm" />
<area shape="rect" mce_shape="rect" coords="92,3,124,20" mce_coords="92,3,124,20" href="#" mce_href="#" /><area shape="rect" mce_shape="rect" coords="112,12,114,14" mce_coords="112,12,114,14" href="b" mce_href="b" />
<area shape="rect" mce_shape="rect" coords="142,2,172,20" mce_coords="142,2,172,20" href="c" mce_href="c" />
<area shape="rect" mce_shape="rect" coords="193,4,221,20" mce_coords="193,4,221,20" href="d" mce_href="d" />
<area shape="rect" mce_shape="rect" coords="249,2,302,18" mce_coords="249,2,302,18" href="e" mce_href="e" />
<area shape="rect" mce_shape="rect" coords="324,1,363,21" mce_coords="324,1,363,21" href="f" mce_href="f" />
<area shape="rect" mce_shape="rect" coords="386,2,416,21" mce_coords="386,2,416,21" href="g" mce_href="g" />
<area shape="rect" mce_shape="rect" coords="438,1,464,19" mce_coords="438,1,464,19" href="h" mce_href="h" />
<area shape="rect" mce_shape="rect" coords="495,2,544,18" mce_coords="495,2,544,18" href="i" mce_href="i" />
<area shape="rect" mce_shape="rect" coords="567,2,612,19" mce_coords="567,2,612,19" href="j" mce_href="j" />
<area shape="rect" mce_shape="rect" coords="636,2,674,24" mce_coords="636,2,674,24" href="k" mce_href="k" />
</map>


相关文档:

用CSS实现HTML元件的绝对定位


示例:此DIV为固定定位对象
要使HTML元件定位于浏览器的某个固定位置,而不随滚动条滚动,用以下CSS代码即可,跨各个主流浏览器: POSITION: fixed! important; TOP: 100px; _position: absolute; _top: 40; _left: 100。
示例见右边黄底红字块。 ......

用Javascript动态添加删除HTML元素实例

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>用javascript动态添加删除html元素</title>
<script type="text/javascript"><!-- 
function $(nodeId) { 
re ......

HTML INPUT标签

<OBJECT id=WebBrowser height=0 width=0
classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2></OBJECT>
<INPUT onclick=document.all.WebBrowser.ExecWB(1,1) type=button value=打开 name=Button1>
<INPUT onclick=document.all.WebBrowser.ExecWB(4,1) type=button value=另存为 name=Butt ......

IText 生成rtf 内容中含有HTML标签处理

import java.io.FileOutputStream;
import java.io.OutputStream;
import java.io.StringReader;
import java.util.List;
import com.lowagie.text.Document;
import com.lowagie.text.PageSize;
import com.lowagie.text.Paragraph;
import com.lowagie.text.html.simpleparser.HTMLWorker;
import com.lowagie.te ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号