码迷,mamicode.com
首页 >  
搜索关键字:hidden member    ( 5793个结果
HDU 2594 Simpsons’ Hidden Talents
Simpsons’ Hidden Talents Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3262    Accepted Submission(s): 1229 Problem Description H...
分类:其他好文   时间:2014-11-09 15:25:19    阅读次数:261
使用Css截取字符串
white-space:nowrap; /* 禁止自动换行 */overflow:hidden; /* 隐藏溢出的内容 */text-overflow:ellipsis; /* 溢出文本使用...代替 */
分类:Web程序   时间:2014-11-08 20:47:05    阅读次数:180
Dinner
Dinner 时间限制:100 ms  |  内存限制:65535 KB 难度:1 描述Little A is one member of ACM team. He had just won the gold in World Final. To celebrate, he decided to invite all to have one meal. As bowl, ...
分类:其他好文   时间:2014-11-08 13:42:53    阅读次数:201
js banner滚动特效
<style> #iFocusx{position:relative; height:547px;}; .w-slider{width:100%; overflow:hidden;z-index:1;} .pos-abs{position:absolute;} .pos-rel{position:relative; height:547px; width:100%; overflow:hid...
分类:Web程序   时间:2014-11-08 00:56:42    阅读次数:304
CSS- 文本超出指定宽度后隐藏并显示为省略号
一般的文字截断(适用于内联与块):.text-overflow { display:block;/*内联对象需加*/ width:25em; word-break:keep-all;/* 不换行 */ white-space:nowrap;/* 不换行 */ overflow:hidden;/*.....
分类:Web程序   时间:2014-11-07 18:47:11    阅读次数:224
hidden_field_tag and hidden_field
here is the log file{"utf8"=>"?", "authenticity_token"=>"fixQgc0R4wHIn6fbE+Kkf+JC7oQP/WuNBBCDID6Q5Fw=", "version"=>"1", "module_id"=>"1", "video"=>{"v...
分类:其他好文   时间:2014-11-07 18:41:28    阅读次数:148
css
1、无论在IE还是FF浏览器下 , width(实际的宽度)=padding+width(自定义的width)2、border:hidden ==border:none; hidden用于处理表格边框冲突的问题。3、background-color在IE下作用于content+padding 而在F...
分类:Web程序   时间:2014-11-07 18:38:48    阅读次数:230
等高2三列布局
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <style> *{padding:0; margin:0;} .wrap{ position:relative; overflow:hidden; zoom:1;} .left{ float:left; padding-bottom:10...
分类:其他好文   时间:2014-11-07 17:14:12    阅读次数:169
Ajax请求数据
后台使用数数组的形式存放数据(以键值对的形式存放)。让后再Json转码。Map map=new HashMap();SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");map.put("member_role","50")...
分类:Web程序   时间:2014-11-07 16:50:37    阅读次数:177
等高1
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <style> #container2 { ? ?clear:left; ? ?float:left; ? ?width:100%; ? ?overflow:hidden; ? ?background:#ffa7a7;...
分类:其他好文   时间:2014-11-07 15:10:50    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!