无为清净楼资源网 Design By www.qnjia.com

复制代码代码如下:
<!DOCTYPE html>
<html lang="zh-Hans-CN">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>test</title>
<style>
body
{
font-size:16px;
}
select,input
{
font-size:1em;
}
#page
{
width:600px;
margin:0 auto;
}
</style>
</head>
<body>
<div id="page">
汉字
<form>
<select>
<option>汉字</option>
<option>English</option>
</select>
<input type="text" value="汉字" />
<input type="submit" value="汉字" />
</form>
<div id="footer">
<form id="change_ui" method="get" action="#">
页面宽度:<input type="text" id="page_width" name="page_width" value="960px" />
字号大小:<input type="text" id="font_size" name="font_size" value="20px" />
<input type="submit" value="OK" />
</form>
</div>
<script type="text/javascript">
document.getElementById('change_ui').onsubmit = function()
{
document.getElementById('page').style.width=this.page_width.value;
document.body.style.fontSize=this.font_size.value;
return false;
}
</script>
<div>
</body>
</html>

在Firefox 3.6.9、IE 9、IE 8中,select和input不会继承字号,无论在body中声明font-size是多少,select和input仍然显示为浏览器默认字号(一般为16px)。
所以写CSS要写上:

复制代码代码如下:
select,input
{
font-size:1em;
}


Firefox、IE 8的整体放大都能够放大select、input,为什么偏偏不能继承?真奇怪。
标签:
select,input字号

无为清净楼资源网 Design By www.qnjia.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
无为清净楼资源网 Design By www.qnjia.com

RTX 5090要首发 性能要翻倍!三星展示GDDR7显存

三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。

首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。

据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。