码迷,mamicode.com
首页 >  
搜索关键字:top k    ( 21129个结果
Css 小技巧总结
相对偏移 指定left top等属性就能够够完美控制一个元素的位置 如:position:relative; left:2px;今天遇到一个很好玩的问题,当两个并排浮动框,当一个框的长度太大时就会把另一个框顶到下一行,这个时候就可以用margin-right:-2px;将右外距设置为负数来解决!cs...
分类:Web程序   时间:2014-07-16 21:23:45    阅读次数:245
各浏览器Iframe对contentWindow、contentDocument、document及frames属性测试
Iframe易于嵌套及管理页面,但经常遇到跨域、父子页面访问问题,对于子页面访问父页面可以兼容性地通过window.Top或window.Parent或window.frameElement等操作,但对于标题中四个对象,一直没有完整测试过,故买个苦力,分享给大家。 结论: 1. 就浏览器而言(横向)...
分类:Windows程序   时间:2014-07-16 21:07:05    阅读次数:240
html5+css3中的background: -moz-linear-gradient 用法
在CSS中background:-moz-linear-gradient让网站背景渐变的属性,目前火狐3.6以上版本和google浏览器支持这个属性。background:-moz-linear-gradient(top,#bccfe30%,#d2dded100%);适合FF3.6+backgrou...
分类:Web程序   时间:2014-07-16 20:55:53    阅读次数:322
CTCI 3.6
Write a program to sort a stack in ascending order (with biggest items on top). You may use at most one additional stack to hold items, but you may no...
分类:其他好文   时间:2014-07-16 20:35:03    阅读次数:288
as3手机随笔
landscape水平翻转false不自动翻转手机像素分辨率和电脑正常分辨率不一样,看起来特别小//stage.align = StageAlign.TOP_LEFT;//stage.scaleMode = StageScaleMode.NO_SCALE;这两句不写的话,就会默认居中,放大至全屏。
分类:移动开发   时间:2014-07-16 20:31:47    阅读次数:209
window.location.href跳转问题2
"window.location.href"、"location.href"是本页面跳转"parent.location.href"是上一层页面跳转"top.location.href"是最外层的页面跳转举例说明:如果A,B,C,D都是jsp,D是C的iframe,C是B的iframe,B是A的if...
分类:Windows程序   时间:2014-07-16 20:06:11    阅读次数:294
XSLT主要元素2
1、 元素 定义和用法 元素用于在输出中把样式表中的命名空间替换为不同的命名空间,换句话说,使用其他前缀替换与给定命名空间关联的前缀。 注释: 是顶层元素(top-level element),且必须是 或 的子元素。 例子:输入XML文档 comCode indCode requestNum re...
分类:其他好文   时间:2014-07-11 20:55:04    阅读次数:152
数据库优化,性能分析
查询占用cpu最高的20条sql语句,sql2008SELECT TOP 10 a.creation_time,total_worker_time/execution_count AS avg_cpu_cost, plan_handle,execution_count,(SELECT SUBSTRI...
分类:数据库   时间:2014-07-11 18:32:51    阅读次数:271
JS的IE和Firefox兼容性
以下以 IE 代替 Internet Explorer,以 MF 代替 Mozzila Firefox 0、px的问题obj.style.left = ”100px”;obj.style.top = ”100px”;千万要记得写上px,否则在Firefox上面两句无效!!1. document.fo...
分类:Web程序   时间:2014-07-11 18:00:36    阅读次数:237
div 导航自适应浏览器宽度
<!DOCTYPEhtml><html><head> <title>自适应宽度</title> <style> #condition{float:left;text-align:center;} #conditionul{margin-top:0px;display:inline-block;} #conditionulli{float:left;list-style:none;} </style><..
分类:其他好文   时间:2014-07-10 18:34:27    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!