JS加入收藏夹
function addfavorite()
{
if (document.all)
{
window.external.addFavorite(‘http://www.baidu.com’,'收藏夹’);
}
else if (window.sidebar)
{
window.sidebar.addPanel(‘百度一下’, ‘http://www.ba...
分类:
Web程序 时间:
2014-10-08 11:28:55
阅读次数:
166
http://www.shejidaren.com/css-auto-height-of-the-column.htmlvar m = Math.max( $('.main').height(), $('.sidebar').height(), $('.sidebar2')....
分类:
Web程序 时间:
2014-09-22 12:56:02
阅读次数:
192
1. 标签"加入收藏",兼容IE,FireFox等function bookmarksite() { if (window.sidebar) { // Mozilla Firefox Bookmark window....
分类:
Web程序 时间:
2014-09-22 10:25:32
阅读次数:
294
这个功能现在应用的非常普遍,如果页面比较高,当滚动条拖到页面的下面的时候,侧边栏会出现一个固定跟随浏览器的DIV框,现思路是这样的:首先获取需要跟随的DIV距离页面顶部的距离,然后判断,当浏览器滚动的距离大于该DIV本身距离顶部距离的时候,则添加CSS属性fixed即可。 代码如下 复制代码 HTM...
分类:
Web程序 时间:
2014-09-17 18:21:22
阅读次数:
225
目录结构
index.html - 空白 HTML 模板;
blog.html - 博客页面模板(预览);
landing.html - Landing Page 模板(预览);
login.html - 登录界面模板(预览);
sidebar.html - 带边栏的文章模板(预览);
在 app.css 中编写 CSS;
在 app.js 中编写 Jav...
分类:
Web程序 时间:
2014-09-17 10:19:52
阅读次数:
244
CSS命名规则 头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广...
分类:
Web程序 时间:
2014-09-09 11:35:28
阅读次数:
297
头:header 内容:content/container 尾:footer 导航:nav 侧栏:sidebar栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广告:banner ...
分类:
Web程序 时间:
2014-09-03 14:49:46
阅读次数:
186
以下是我整理的DIV+CSS常用网页布局技巧,仅供学习与参考!
第一种布局:左边固定宽度,右边自适应宽度
HTML Markup
Left sidebar
Main Content
CSS Code
分类:
Web程序 时间:
2014-08-21 18:38:54
阅读次数:
238
CSS样式命名整理 页面结构 容器: container/wrap 整体宽度:wrapper 页头:header 内容:content 页面主体:main 页尾:footer 导航:nav 侧栏:sidebar 栏目:column 中间内容:center 导航 导航:nav 导航:mainbav/g...
分类:
Web程序 时间:
2014-08-18 18:04:42
阅读次数:
338
CSS样式命名整理(转)CSS命名规范CSS样式命名整理页面结构容器: container/wrap整体宽度:wrapper页头:header内容:content页面主体:main页尾:footer导航:nav侧栏:sidebar栏目:column中间内容:center导航导航:nav导航:main...
分类:
Web程序 时间:
2014-08-17 14:15:02
阅读次数:
289