27
Dec.2007
meta是html语言head区的一个辅助性标签。几乎所有的网页里,我们可以看到类似下面这段的html代码:
<head>
<meta http-equiv="content-Type" content="text/html; charset=gb2312">
</head>
也许你认为这些代码可有可无。其实如果你能够用好meta标签,会给你带来意想不到的效果,例如加入关键字会自动被大型搜索网站自动搜集;可以设定页面格式及刷新等等。
一、meta标签的组成
meta标签共有两个属性,它们分别是http-equiv属性和name属性,不同的属性又有不同的参数值,这些不同的参数值就实现了不同的网页功能。
<head>
<meta http-equiv="content-Type" content="text/html; charset=gb2312">
</head>
也许你认为这些代码可有可无。其实如果你能够用好meta标签,会给你带来意想不到的效果,例如加入关键字会自动被大型搜索网站自动搜集;可以设定页面格式及刷新等等。
一、meta标签的组成
meta标签共有两个属性,它们分别是http-equiv属性和name属性,不同的属性又有不同的参数值,这些不同的参数值就实现了不同的网页功能。
20
Dec.2007
16
Dec.2007
抽了点时间把本站做的YeYo-Skin02模板更新了一下,加入了三屏宽度适应,点击左上角的三个小图标,从上到下分别代表800*600、1204*768、1280*1024分辨率的屏幕,以方便你更好的阅读本站内容。
9
Dec.2007
8
Dec.2007
highslide图片浏览特效更新至3.3.3 For Bo-blog2.1.0正式版。注意:2.1.0 RC3 已使用的用户无需更新。
* Fixed flickering on displaying non-preloaded outlines.
* Fixed full-expand hiding on mouse out, bug introduced yesterday.
* Added the hs.Expander.prototype.onCreateOverlay event.
* Added the useOnHtml option to hs.registerOverlay.
* Fixed dimming bugs.
* Fixed bug when click image while expanding.
* Fixed bugs with iframes in IE.
* Upgrade notes:
* Fixed flickering on displaying non-preloaded outlines.
* Fixed full-expand hiding on mouse out, bug introduced yesterday.
* Added the hs.Expander.prototype.onCreateOverlay event.
* Added the useOnHtml option to hs.registerOverlay.
* Fixed dimming bugs.
* Fixed bug when click image while expanding.
* Fixed bugs with iframes in IE.
* Upgrade notes:
























