超链接<a>的宽度和高度直接设置不起作用怎么解决?
末日的春天
末日的春天 2017-01-13 14:41:54
0
2
1344

直接在a标签中直接用width和height不行 ,没作用啊?

末日的春天
末日的春天

reply all(2)
数据分析师

How to solve the problem that directly setting the width and height of hyperlink <a> does not work? -PHP Chinese website Q&A-How to solve the problem that the direct setting of the width and height of the hyperlink <a> does not work? -PHP Chinese website Q&A

Let’s take a look and learn.

伊谢尔伦

通过css属性display:block;或者display:inline-block; 
把行属性修改成块状属性,就ok了。以后制作网页会经常需要使用这两个属性。

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template