问题描述
嗨!
我有简单的CSS课程:
..button1 {
保证金:0 ;
边框:1px实体;
光标:指针;
高度:20px;
字体:正常正常大胆的10px Verdana,Arial,Helvetica,sans-serif;
填充:0 6px 0 6px;
颜色:#5a5a5a;
border-颜色:#ccc#666#666 #ccc;
背景:#ececec url(''../ pic / inputbg.gif'');
}
并使用< input type =" button"类= QUOT; button1的" ...> ;.
在IE5.x,IE6,Opera 7.23,FF 0.8字体大小相同。
但在NS7中并不是。它们更大。为什么?
谢谢。
Cezar
Hi!
I have simple css class:
..button1{
margin:0;
border:1px solid;
cursor:pointer;
height:20px;
font:normal normal bold 10px Verdana,Arial,Helvetica,sans-serif;
padding:0 6px 0 6px;
color:#5a5a5a;
border-color:#ccc #666 #666 #ccc;
background:#ececec url(''../pic/inputbg.gif'');
}
and using with <input type="button" class="button1" ...>.
In IE5.x,IE6, Opera 7.23, FF 0.8 font size are the same.
But in NS7 isn''t. They are bigger. Why?
Thanks.
Cezar
推荐答案
医生,我这样做会很疼。
"Doctor, it hurts when I do this".
但我怎么能参加呢? :-)
Cezar
But how can I attend it? :-)
Cezar
有什么解决方案吗?
Cezar
Is there any solution ?
Cezar
这篇关于NS7中的输入和字体大小问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!