码迷,mamicode.com
首页 >  
搜索关键字:fieldset legend    ( 769个结果
open-flash-chart2参数对照表
元素/属性 形状或作用 参数1 参数2 参数3 参数4 参数5 参数6 title 显示图表主题(最上方) 主题名称 样式style x_legend ...
分类:其他好文   时间:2014-10-22 11:07:51    阅读次数:240
块级元素与内嵌元素
常见的块级元素包括:div、blockquote、列表元素(dl、ol、ui)、fieldset、form、h1-h6、hr、p、pre、table等。内嵌元素包括:span、a、img、label、所有表单输入元素、iframe、object等。
分类:其他好文   时间:2014-10-20 00:34:54    阅读次数:278
ggplot2 subscript in x-axis labels(ticks, legend)
#==============================# ggplot2: subscript in x-axis labels(ticks) rm(list=ls(all=TRUE))library(ggplot2)data <- data.frame(names=tolow...
分类:其他好文   时间:2014-10-10 10:01:14    阅读次数:299
html
大概三四天时间学习了html,感觉难度不难,就是标签属性太多,记不全,运用不灵活。xhtml元素分为两种块级 dviv blockquote dl ol ul fieldset form h1-h6 hr p pre table内嵌 span a img label iframe object内嵌元...
分类:Web程序   时间:2014-10-10 02:42:03    阅读次数:198
页面缩放时阻止文字大小变化:-webkit-text-size-adjust
移动设备上缩放浏览的网页的时候,页面文字大小也会跟着缩放,有时候我们不想文字也跟着缩放,只需CSS里面增加一行代码即可:html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {-webkit-text-size-adjust:none;...
分类:Web程序   时间:2014-10-04 20:38:27    阅读次数:257
页面兼容必加css
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend { margin: 0; padd...
分类:Web程序   时间:2014-09-25 15:51:32    阅读次数:239
默认样式表之HTML4
html, address,blockquote,body, dd, div,dl, dt, fieldset, form,frame, frameset,h1, h2, h3, h4,h5, h6, noframes,ol, p, ul, center,dir, hr, menu, pre {.....
分类:Web程序   时间:2014-09-15 19:06:59    阅读次数:263
[ExtJS5学习笔记]第十九节 Extjs5中通过设置form.Panel的FieldSet集合属性控制多个field集合
可以清晰的看到,form.Panel是继承自panel.Panel的,FormPanel 为 form 表单提供了一个标准的容器. 本质上还是一个标准的 Ext.panel.Panel, 只是自动创建了一个 BasicForm 来管理所有添加到 Panel中的 Ext.form.field.Field 对象. 可以快捷方便地进行 配置以及处理 BasicForm 和 表单域....
分类:Web程序   时间:2014-09-11 19:25:34    阅读次数:274
css 浏览器兼容 重置代码
居家养老弹出body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;} table {border-collapse:...
分类:Web程序   时间:2014-09-09 17:33:19    阅读次数:198
UVA - 11774 Doom's Day (规律)
We all know about the legend oftower of Hanoi. It is said that the world will end after finishing the puzzle.What we don't know is another legend about when the world will end which is verifiedby the ...
分类:其他好文   时间:2014-09-06 17:26:13    阅读次数:250
769条   上一页 1 ... 72 73 74 75 76 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!