Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/216.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Internet explorer 在CSS for BPM Coach中设置按钮控件的最小宽度。按钮宽度也应扩展wrt文本大小_Internet Explorer_Internet Explorer 8_Business Process Management_Css - Fatal编程技术网

Internet explorer 在CSS for BPM Coach中设置按钮控件的最小宽度。按钮宽度也应扩展wrt文本大小

Internet explorer 在CSS for BPM Coach中设置按钮控件的最小宽度。按钮宽度也应扩展wrt文本大小,internet-explorer,internet-explorer-8,business-process-management,css,Internet Explorer,Internet Explorer 8,Business Process Management,Css,我尝试在CSS中设置按钮控件的最小宽度,以便在BPM Coach中使用它。但失败。如何设置按钮的最小宽度?按钮的大小应该会增加文本的大小。试试这个内嵌css,它会工作的 <input type="button" style="width:50px;height:5em;min-width:40px;" />

我尝试在CSS中设置按钮控件的最小宽度,以便在BPM Coach中使用它。但失败。如何设置按钮的最小宽度?按钮的大小应该会增加文本的大小。

试试这个内嵌css,它会工作的

<input type="button" style="width:50px;height:5em;min-width:40px;" />