简体   繁体   English

我的CSS格式有问题

[英]Having trouble with my css formatting

I am having an issue with my CSS styling. 我的CSS样式有问题。 The text on my submit button is not displaying properly. 我的提交按钮上的文本显示不正确。 Below is a picture as well as the code that I am using.Thank you for your help. 下面是一张图片以及我正在使用的代码。谢谢您的帮助。

http://i.imgur.com/FKL9s7U.jpg?1

<style>
    input[type=submit] { float: left; width: 160px; height:25px; }
    input {
       -moz-border-radius:40px;
       -webkit-border-radius:40px;
       border-radius:40px;
    }
</style>

Looks like you need to adjust the line-height of the text for the search button. 看起来您需要为搜索按钮调整文本的line-height Hard to know exactly where this would need to be without seeing the rest of the relevant code. 在没有看到其余相关代码的情况下,很难确切知道这将需要在哪里。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM