div.wrap { display: table; width: 100%; position: absolute; left: 0; top: 0; height: 100%; text-align: center; font-size: 1.2em; line-height: 1.2em; v...
分类:
Web程序 时间:
2014-07-26 00:27:56
阅读次数:
344
像素点跟tile的索引之间的转换//从cocos2d-x坐标转换为Tilemap坐标CCPoint GameMap::tileCoordForPosition(CCPoint position){ int x = position.x / this->getTileSize().width; int...
分类:
其他好文 时间:
2014-07-25 16:38:41
阅读次数:
307
获取绝对位置坐标——offset()方法 var top = $(selector).offset().top; var left = $(selector).offset().left;获取相对位置坐标——position()方法 var top = $(selector).position...
分类:
Web程序 时间:
2014-07-25 13:51:41
阅读次数:
237
Among other things, Bob is keen on photography. Especially he likes to take pictures of sportsmen. That was the reason why he placed himself in position x0 of
a long straight racetrack and got ready...
分类:
其他好文 时间:
2014-07-25 11:26:31
阅读次数:
447
css样式:.animate{ width:65px; height:40px; background:#92B901; color:#ffffff; position:absolute; font-weight:bold; font:12px '微软雅黑'...
分类:
其他好文 时间:
2014-07-24 17:11:05
阅读次数:
295
传说中的Mozilla推荐Java代码/*mozilla.orgBaseStyles*maintainedbyfantasai*//*Suggestedorder:*display*list-style*position*float*clear*width*height*margin*padding...
分类:
Web程序 时间:
2014-07-24 17:07:25
阅读次数:
337
效果如下:html代码: click on me! CSS代码:#contentPopup { position: absolute; display: none; ...
分类:
其他好文 时间:
2014-07-24 14:42:15
阅读次数:
303
题目:Reverse a linked list from position m to n. Do it in-place and in one-pass.For example:Given 1->2->3->4->5->NULL, m = 2 and n = 4,return 1->4->3->....
分类:
编程语言 时间:
2014-07-24 09:49:43
阅读次数:
204
mobile开发如今已经越来越步入正规,很多问题也得到了各大浏览器厂商的支持和修正,比如今天要说的ipone下的fixed,如今Safari也的得到了支持,不过却还有些比较坑得地方。
今天要说得这个坑是关于safari全屏模式,当页面进入全屏模式(向下滚动以后页面默认会进入全屏模式)时页面底部就不可交互,看起来好像事件失效了一样,这个是时候窗口底部的任何工具栏,链接或者通过fixed底部...
分类:
其他好文 时间:
2014-07-23 22:35:27
阅读次数:
260
【webQD】☆★之详解position:absolute、relative首先我们来看一下W3C对position的解释:我们再看,W3C对position属性值的解释:ok,我们需要了解的是:其中absolute和relative是最常用的,fixed用得也比较多(其中IE6并不支持fixed)。1、absolute(绝对定位)absolute是生成觉对..
分类:
Web程序 时间:
2014-07-23 21:09:46
阅读次数:
308