标签: html css internet-explorer
我开发了一个表单,我发现了这个样式问题。当我在Firefox中打开表单时,它看起来很棒。
当我在Internet Explorer中打开它时,<legend>Employee details</legend>会突显员工的详细信息。我怎样才能将它设计成与Firefox中相同的样式(不引人注目的文字)?
<legend>Employee details</legend>
答案 0 :(得分:0)
你试过了吗?
legend { text-decoration:none; }
?