根据之前的一些项目,总结了一下重置CSS: 1 @charset "UTF-8"; 2 3 html { 4 background: #FFF; 5 font-size: 62.5%; 6 -ms-text-size-adjust: 100%; 7 -...
分类:
Web程序 时间:
2014-07-09 22:14:56
阅读次数:
467
之前遇到的第一个问题是,使用php生成文字验证码时,总提示:Warning: imagettftext(): Could not find/open font in /var/www/html/touming.php on line 11或者The image "http://localhost/i...
分类:
Web程序 时间:
2014-07-07 10:49:21
阅读次数:
206
知问前端 菜单1 内容1内容1 菜单2 内容2 菜单3 内容3 style.cssbody { margin:40px 0 0 0; padding:0; font-size:12px; font-family:宋体; background:#fff;}/*更改jQu...
分类:
其他好文 时间:
2014-07-07 10:46:31
阅读次数:
198
一、设置字体大小CSS单词与语法 - TOP基本语法结构:.divcss5{font-size:12px;}设置了文字大小为12px像素Font-size+字体大小数值+单位单词:font-size语法:font-size : absolute-size | relative-size | leng...
分类:
Web程序 时间:
2014-07-06 15:40:14
阅读次数:
216
技术人员关注的问题非常多,但常见的至少有以下6种。特此整理,抓住核心问题,解决它。一个人的精力和时间往往非常有限,能把核心问题都解决到位就是成功。" style="margin-top: 0px; margin-bottom: 1em; word-wrap: break-word; color: rgb(34, 34, 34); font-family: 'Roboto Condensed', T...
分类:
其他好文 时间:
2014-07-06 00:28:52
阅读次数:
312
text-decoration:underline; /*定义文字具有下划线*/text-decoration:none; /*定义文字不带有下划线*/font-weight:bold; /*加粗文字*/overflow:hidden的作用是隐藏溢出 也就是超出的部分隐藏padding-botto....
分类:
Web程序 时间:
2014-07-05 16:44:15
阅读次数:
190
.style1
{
width: 50%; border:1px solid #cccccc; border-collapse:collapse; font-size:12px;
}
.style1 td{ border:1px solid #cccccc; height:25px; }
input{...
分类:
Web程序 时间:
2014-07-05 10:59:28
阅读次数:
216
1 package cn.itcast.response; 2 3 import java.awt.Color; 4 import java.awt.Font; 5 import java.awt.Graphics; 6 import java.awt.Graphics2D; 7 ...
分类:
其他好文 时间:
2014-07-03 20:56:18
阅读次数:
293
制作字体过程首先得下载一个位图制作工具Bitmap font generator,可以点击这里下载1、新建txt文件,输入字体里面包含的文字2、保存为utf-8格式:点击文件另存为,选择编码格式为UTF-83、打开下载的bitmap font软件,选择options->font settings,设...
分类:
其他好文 时间:
2014-07-03 19:06:08
阅读次数:
355
做个笔记。在styles.xml的写法:
22sp
@color/font_green
1
true
@style/DialogWindowTitle
@style/DialogWindowTitle.DeviceDefault
用法:new Di...
分类:
移动开发 时间:
2014-07-03 16:48:47
阅读次数:
178