<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>让输入框在所有浏览器下的统一</title>
<style>
body{
margin:0;
padding:1px;
font-family:"Microsoft YaHei",Arial,SimSun,Tahoma;
font-size:12px;
background:url(page-bg.gif) 0 0 repeat;
}
h1{
margin:0;
padding:0;
height:69px;
- 让输入框在所有浏览器下的统一
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 首页标签切换代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="zh-cn" />
<meta http-equiv="imagetoolbar" content="false" />
<meta name="generator" content="EditPlus Text Editor v3.01(446)" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="zh-cn" />
<meta http-equiv="imagetoolbar" content="false" />
<meta name="generator" content="EditPlus Text Editor v3.01(446)" />
<meta name="keywords" content="" />
<meta name="description" content="" />
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 如何发布Flex程序源代码(Flex 3)
如何发布Flex程序原代码(Flex 3)
本文讲述Flex程序发布后如何在你的程序上右键菜单中填加 view source code的链接,如图
本文讲述Flex程序发布后如何在你的程序上右键菜单中填加 view source code的链接,如图
1 . 在你的程序打开情况下,选择 Project > Export Release Build 。
2 . 选中 Enable View Source 。
3 . 点击 Choose Source Files ,选择你要发布的代码文件 。
4 . 点击 OK 。
等到发布程序后将你的 bin-release 文件夹上传就可以了, bin-release/srcview里边已经包含了 html 代码和 zip 包了