如何向滑块添加填充?
在此页面上: http://texting2web.co.cc/ (忽略域名,仍在等待我的 TLD 转移: P)
我有一个 Twitter 滑块,但我希望它有填充。每当我尝试向其添加填充时,它都会由于某种原因而被切断。我尝试了很多不同的方法,但都没有效果。
On this page:
http://texting2web.co.cc/ (ignore the domain name, still waiting for my TLD to transfer :P)
I have a Twitter slider, but I want it to have padding. Whenever I try to add padding to it, it cuts off for some reason. Ive tried a lot of different ways but to no avail.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我设法解决了这个问题。我必须将 twitter 框中的 div 减小 20px,然后添加
margin-left: 10px;
来模拟 10px 的填充。I managed to solve the problem. I had to decrease the div within the twitter box by 20px, and then add a
margin-left: 10px;
to simulate a 10px padding.