如何创建边框图像?
我正在尝试使用以下内容创建图像边框:
背景颜色:#FFFFFF; 边框:1px实线#CCCCCC; 内边距:5px;
该图像显示了边框,但占据了右侧的所有空间。因此,边框不是包围图像的边框,而是延伸到右侧的空白区域...我能做些什么来修复它...
I am trying to create an image border with the following:
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 5px;
The image shows the border but takes up all the space to the right. So instead of the border enclosing the image, the border extends to the white space on the right... what can i do to fix it...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将边框应用于图像本身,而不是图像周围的容器。
Apply the border to the image itself, rather than a container around the image.