< html > |
< head > |
< meta http-equiv = "Content-Type" content = "text/html; charset=gb2312" /> |
< title >网站顶部工具条 可关闭</ title > |
< style type = "text/css" > |
<!-- |
body { |
margin: 0px; |
padding: 0px; |
text-align: center; |
} |
TD { |
FONT-SIZE: 12px; |
COLOR: #333; |
} |
TD a { |
FONT-SIZE: 12px; |
COLOR: #333; |
text-decoration: none; |
} |
#toubiao { |
BORDER-BOTTOM: #e2e2e2 1px solid; |
} |
--> |
</ style > |
</ head > |
< body > |
< SCRIPT > |
function toueme(){ |
document.getElementById("toubiao").style.display="none"; |
} |
</ SCRIPT > |
< DIV id = toubiao > |
< table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" > |
< tr > |
< td width = "4%" height = "30" align = "center" >< img src = "images/kids.gif" width = "15" height = "14" ></ td > |
< td width = "82%" >< a href = "http://yuncode.net" >云代码 - 我的个人代码库, 提高代码重用性 (分享代码, 交流心得)</ a ></ td > |
< td width = "14%" align = "right" >< a style = "CURSOR: hand" onClick = toueme ()>< img |
src = "images/close.gif" width = 84 height = 11 hspace = "6" border = 0 ></ a ></ td > |
</ tr > |
</ table > |
</ DIV > |
< br > |
< br > |
< div align = "center" >[< a href = "http://yuncode.net" target = "_blank" >更多源代码下载</ a >]</ div > |
< br > |
< br > |
< br > |
< div align = "center" >[< a href = "http://yuncode.net/list/html" target = "_blank" >更多html源代码下载</ a >]</ div > |
</ body > |
</ html > |