码迷,mamicode.com
首页 >  
搜索关键字:sidebar    ( 274个结果
css 规范标签
页头:header 登录条:loginBar 标志:logo 侧栏:sideBar 广告:banner 导航:nav 子导航:subNav 菜单:menu 子菜单:subMenu 搜索:search 滚动:scroll 页面主体:main 内容:content/container/box 标签页:t...
分类:Web程序   时间:2015-07-15 06:30:25    阅读次数:160
最简短的加入收藏代码
方法一:JS部分: 1 function addFavorite(url,title){ 2 if(window.sidebar||window.opera)return true; 3 try{ 4 window.external.Ad...
分类:其他好文   时间:2015-07-13 15:37:22    阅读次数:122
css学习1
范例1body li{color:red;background_color:darkred}范例2#sidebar p { font-style: italic; text-align: right; margin-top: 0.5em; }只有id为siderbar的块中的p会有如上变化(字体。。...
分类:Web程序   时间:2015-07-08 16:23:02    阅读次数:113
如何使WordPress博客添加多个sidebar侧边栏
在制作wordpress模版的时候,也许你会遇到一个sidebar侧栏不能完全满足你的需求,或者侧栏内容过多导致页面过长,那么我们可以考虑使用两个或者更多侧栏。考虑到需要修改functions.php和sidebar.php文件,因此开始前备份好文件以防万一。首先看functions.php文件。文...
分类:其他好文   时间:2015-06-30 12:13:40    阅读次数:123
jQuery筛选器及对DOM修改(学习笔记)
1.jQuery筛选器注意:请先在管理Nuget程序包中查找jQuery包,并安装。也可以在jQuery官网下载。实现: 页眉 我是sidebar中的文字,图片君在下面 ...
分类:Web程序   时间:2015-06-29 22:06:14    阅读次数:170
Sublime的使用
安装Sublime www.sublimetext.com/31多点编辑 选定某个编辑点后,按照ctrl,选定第二个点,以此类推2快速查找文件 ctrl+p 输入需要查找的文件名2呼出命令提示 ctrl+shift+p3显示/隐藏sidebar 所谓sidebar就是左边栏 ctrl+...
分类:其他好文   时间:2015-06-28 22:46:13    阅读次数:161
欢迎使用CSDN-markdown编辑器
CSS样式命名整理 页面结构容器: container/wrap 整体宽度:wrapper 页头:header 内容:content 页面主体:main 页尾:footer 导航:nav 侧栏:sidebar 栏目:column 中间内容:center导航导航:nav 导航:mainbav/globalnav 子导航:subnav 顶导航:topnav 边导航:sidebar 左导航:leftsid...
分类:其他好文   时间:2015-06-27 18:19:34    阅读次数:91
CSS命名
CSS命名规范CSS样式命名整理页面结构容器: container/wrap 整体宽度:wrapper 页头:header 内容:content 页面主体:main 页尾:footer 导航:nav 侧栏:sidebar 栏目:column 中间内容:center导航导航:nav 导航:mainba...
分类:Web程序   时间:2015-06-18 19:41:05    阅读次数:164
Exploring the 7 Different Types of Data Stories
Exploring the 7 Different Types of Data StoriesWhat makes a story truly data-driven? For one, the numbers aren’t caged in a sidebar graph. Instead, th...
分类:其他好文   时间:2015-06-16 20:43:58    阅读次数:131
webapp 侧边导航效果
@media (max-width: 767px).main-sidebar, .left-side { -webkit-transform: translate(-230px, 0); -ms-transform: translate(-230px, 0); -o-transform: tr...
分类:移动开发   时间:2015-06-05 15:34:37    阅读次数:182
274条   上一页 1 ... 20 21 22 23 24 ... 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!