如何添加图片显示FTP状态 对于那些ftp不定时开机用户来说,为了方便其它人知道你的ftp是否开着,有一个简单 […]
用好活动字幕标记—marquee
用好活动字幕标记—marquee 作者:未知 更新人:Legume 来源:中华网 更新时间:2004.06.2 […]
如何制作网页的Loading效果
如何制作网页的Loading效果 解决思路 现在很多网站都用了 Loading 效果,为网页增色不少。不过,在 […]
改善现有网站符合xhtml
我们大部分的设计师依旧在采用传统的表格布局、表现与结构混杂在一起的方式来建立网站。学习使用XHTML+CSS的 […]
XHTML+CSS标准网站制作
昨天,拼了,不去考四级了,为了研究XHTM+CSS标准网站的制作,小改了一下给老师做的课堂的一个小部分,代码如 […]
窗口属性
面将窗口的所有属性列表如下: [table=98%][tr][td=1,1,60]<b>属性值&l […]
HTML文件HEAD内部标记浅析
今天,使用各种所见即所得工具制作主页已经是一件非常容易的事情了。但是了解HTML源代码和语法,无疑对我们制作主 […]
用ie关机或重起
脚本说明: 把如下代码加入<body>区域中 <script language=” […]
最大化,最小化和关闭
脚本说明: 把如下代码加入<body>区域中 <object id=”min&# […]
网页表格深层探密
网页制作中表格扮演了很重要的角色。你是否知道,表格还有很多的秘密呢?通过与javascript、CSS等的结合 […]
个性化表单五技巧
想必大家在页面都使用过表单,如果你对单调的表单控制单元不满意,不妨看看以下几条技巧: 1、表单文本输入的移 […]
Hta应用程序
看了标题有人可能会想,HTML怎么能编写应用程序呢?其实你只要简单的用.hta为扩展名保存HTML页面就行了, […]
主页制作技巧
IE频道文件实际上就是一个纯文本文件,有与html类似的语法格式,以cdf为扩展名。所以要建立频道文件不需要任 […]
HTML 4.0新增特性示例
HTML 4.0新增特性示例 作者:unknown 更新时间: 2005-03-15 摘要:本文简要介绍了HT […]
HTML 组件(HTML COMPONENTS)
HTML 组件(HTML COMPONENTS) 作者:unknown 更新时间: 2005-03-15 HT […]
META用法
发表于 2005年3月5日 11:29 1、Content-Type和Content-Language (显示 […]
弹出窗口代码
小窗口 <script language=”JavaScript”> &l […]
经常用到的javaScript技术
经常用到的javaScript技术 1 >屏蔽功能类 1.1 屏蔽键盘所有键 <script la […]
表格特效代码全集中
1. 两种细线表格做法
1 2 3 4 5 6 7 8 9 10 11 |
<table width="100%" border="1" bordercolor="#000000"> <tr bordercolor="#FFFFFF"> <td>表格边线为1,线色为黑,行线色为白。</td> </tr> </table> <p> <table width="100%" border="0" cellspacing="1" bgcolor="#000000"> <tr> <td bgcolor="#FFFFFF">表格边线为0,间距为1,背景色为黑,行背景色为白。</td> </tr> </table> |
2. 立体表格 [c […]
经典css框架图
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 |
<title>经典css框架图.htm</title><meta http-equiv="content-type" content="text/html; charset=gb2312"><style> /* CSS Document */ .blank3{margin:0 auto; width:100%; height:3px; font-size:1px;} .blank9{margin:0 auto; width:100%; height:9px; font-size:1px; } .blank6{margin:0 auto; width:100%; height:6px; font-size:1px; } .blank12{margin:0 auto; width:100%; height:12px; font-size:1px; } .blank18{margin:0 auto; width:100%; height:18px; font-size:1px; } .blank25{margin:0 auto; width:100%; height:25px; font-size:1px; } .lineH{margin:0 auto; width:750px; font-size:1px; height:1px;overflow:hidden;background:url(lineH.gif);} .picTable{background:url(bg.gif) #E4FAFB center 70px no-repeat;} .picTable .s1{ height:15px; text-align:left; background:#fff; border:1px solid #3EC9D0; color:#333; padding:3px 0 0 6px;} .picTable .s2{color:#006A71; text-align:center;} .picTable .w1{width:84px; overflow:hidden;} .picTable .w2{width:13px; overflow:hidden;} .picTable .w3{width:42px; overflow:hidden;} .picTable .w4{width:666px; overflow:hidden;} .listTable{line-height:150%; background:#fff;} .listTable .bg1{background:#F9F9F9;} .listTable .bg2{background:#E4FAFB;} .listTable .bg3{background:#EDEDED;} .listTable .bg4{background:#A4F3F8;} </style> <table width="750" border="0" align="center" cellpadding="0" cellspacing="0" class="picTable"> <tr> <td class="w3"></td> <td valign="top" class="w4"> <table width="638" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" class="w1"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="15"></td> </tr> <tr> <td class="s1">德国</td> </tr> <tr> <td height="29" class="s2">第49场</td> </tr> <tr> <td class="s1">瑞典</td> </tr> <tr> <td height="15"></td> </tr> <tr> <td class="s1">阿根廷</td> </tr> <tr> <td height="29" class="s2">第50场</td> </tr> <tr> <td class="s1">墨西哥</td> </tr> <tr> <td height="65"></td> </tr> <tr> <td class="s1">意大利</td> </tr> <tr> <td height="29" class="s2">第53场</td> </tr> <tr> <td class="s1">澳大利亚</td> </tr> <tr> <td height="15"></td> </tr> <tr> <td class="s1">瑞士</td> </tr> <tr> <td height="29" class="s2">第54场</td> </tr> <tr> <td class="s1">乌克兰</td> </tr> </table></td> <td class="w2"><img src="5fedd246a7dca4d3c3a2022c53c0312f_117_files/p1[1].gif" width="13" height="410" /></td> <td class="w1" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="38"></td> </tr> <tr> <td class="s1">49胜</td> </tr> <tr> <td class="s2" height="65">第57场</td> </tr> <tr> <td class="s1">50胜</td> </tr> <tr> <td height="112"></td> </tr> <tr> <td class="s1">53胜</td> </tr> <tr> <td class="s2" height="65">第58场</td> </tr> <tr> <td class="s1">54胜</td> </tr> </table></td> <td class="w2"><img src="5fedd246a7dca4d3c3a2022c53c0312f_117_files/p2[1].gif" width="13" height="410" /></td> <td class="w1" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="80"></td> </tr> <tr> <td class="s1">57胜</td> </tr> <tr> <td class="s2" height="190">第61场</td> </tr> <tr> <td class="s1">58胜</td> </tr> </table> <p><br /> </p> <table width="100%" border="0" cellpadding="0" cellspacing="0" id="table10"> <tr> <td class="s1">61负</td> </tr> </table></td> <td class="w2"><img src="5fedd246a7dca4d3c3a2022c53c0312f_117_files/p3[1].gif" width="11" height="410" /></td> <td class="w1" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="135"></td> </tr> <tr> <td class="s1">61胜</td> </tr> <tr> <td class="s2" height="120"> <table width="100%" border="0" cellpadding="0" cellspacing="0" id="table13"> <tr> <td class="s1">冠军</td> </tr> </table></td> </tr> <tr> <td class="s1">62胜</td> </tr> </table> <p><br /> </p> <table width="100%" border="0" cellpadding="0" cellspacing="0" id="table12"> <tr> <td class="s1">三四名</td> </tr> </table></td> <td class="w2"><img src="5fedd246a7dca4d3c3a2022c53c0312f_117_files/p4[1].gif" width="11" height="410" /></td> <td class="w1" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="80"></td> </tr> <tr> <td class="s1">59胜</td> </tr> <tr> <td class="s2" height="190">第62场</td> </tr> <tr> <td class="s1">60胜</td> </tr> </table> <p><br /> </p> <table width="100%" border="0" cellpadding="0" cellspacing="0" id="table11"> <tr> <td class="s1">62负</td> </tr> </table></td> <td class="w2"><img src="5fedd246a7dca4d3c3a2022c53c0312f_117_files/p5[1].gif" width="11" height="410" /></td> <td class="w1" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="38"></td> </tr> <tr> <td class="s1">51胜</td> </tr> <tr> <td class="s2" height="65">第59场</td> </tr> <tr> <td class="s1">52胜</td> </tr> <tr> <td height="112"></td> </tr> <tr> <td class="s1">55胜</td> </tr> <tr> <td class="s2" height="65">第60场</td> </tr> <tr> <td class="s1">56胜</td> </tr> </table></td> <td class="w2"><img src="5fedd246a7dca4d3c3a2022c53c0312f_117_files/p6[1].gif" width="11" height="410" /></td> <td class="w1" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="15"></td> </tr> <tr> <td class="s1">英格兰</td> </tr> <tr> <td height="29" class="s2">第51场</td> </tr> <tr> <td class="s1">厄瓜多尔</td> </tr> <tr> <td height="15"></td> </tr> <tr> <td class="s1">葡萄牙</td> </tr> <tr> <td height="29" class="s2">第52场</td> </tr> <tr> <td class="s1">荷兰</td> </tr> <tr> <td height="65"></td> </tr> <tr> <td class="s1">巴西</td> </tr> <tr> <td height="29" class="s2">第55场</td> </tr> <tr> <td class="s1">加纳</td> </tr> <tr> <td height="15"></td> </tr> <tr> <td class="s1">西班牙</td> </tr> <tr> <td height="29" class="s2">第56场</td> </tr> <tr> <td class="s1">法国</td> </tr> </table></td> </tr> </table> <td class="w3"></td> </tr> </table> |
swf文件及css特效字
<head><meta http-equiv=”content-typeR […]
cssbutton
[code]<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML […]
滚动条
<meta http-equiv=”content-type” content= […]
CSS基本布局16例
文章地址:[url]http://www.w3cn.org/article/layout/2004/55.ht […]
常用css
Rubrik 为了控制div#main中的元素,你可以在CSS代码中使用相关的的选择器,例如: div#mai […]