- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
抱歉这个愚蠢的问题,但我坚持因为这个问题, anchor 标签的宽度不起作用,基本上我想增加 anchor 标签的高度所以写在里面的文本不会换行
.filteredRestBody {
background: none repeat scroll 0 0 white;
border: 1px dotted #5bc0de;
border-top-left-radius: 23px;
box-shadow: 0 0 0 grey;
height: auto;
margin-left: -14%;
padding: 0 0 47px 8px;
position: relative;
top: 30px;
width: 115%;
}
.filterThumbnails {
background-position: 2px -19px;
background-repeat: repeat;
border-top-left-radius: 10%;
border-top-right-radius: 10%;
height: 300px;
margin-left: 4.3%;
margin-top: 50px;
width: 234px;
}
.restaurantThumbnailsTitle {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
color: white;
font-size: 1.6em;
height: 95px;
margin-left: -14px;
position: relative;
top: 44.7%;
width: 114%;
}
.restaurantThumbnailsTitle > a {
color: white;
font-weight: bold;
}
.restaurantThumbnailsTitleText {
font-size: 1em;
font-weight: unset;
left: 0;
text-shadow: 1px 1px 0 red;
top: 0;
width: auto;
}
<div id="filteredRestBody" class="row filteredRestBody">
<div id="row1" class="row">
<div id="indianchilly" class="col-sm-4 filterThumbnails" style="background:url('images/yochinathumbbck.jpg')">
<img src="images/bestoffers.png">
<div id="discountNum">Discount 15%</div>
<div class="ratingsContainer">
<div id="restaurantThumbnailsTitle" class="restaurantThumbnailsTitle">
<a href="viewRestaurant.php?rest=yochina">Indian Chilly</a>
<p class="restaurantThumbnailsTitleText">chilled out chinese</p>
</div>
</div>
</div>
</div>
</div>
我已经尝试了很多东西,但唯一的解决方案是通过增加我不想增加的 filterThumbnails 的宽度,请任何人帮助我
提前致谢
最佳答案
参见 spec :
'width'
- Value: <length> | <percentage> | auto | inherit
- Initial: auto
- Applies to: all elements but non-replaced inline elements, table rows, and row groups
- Inherited: no
- Percentages: refer to width of containing block
- Media: visual
- Computed value: the percentage or 'auto' as specified or the absolute length
a
元素默认是不可替换的内联元素。所以 width
属性不适用。
关于html - 宽度不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51325281/
今天有小伙伴给我留言问到,try{...}catch(){...}是什么意思?它用来干什么? 简单的说 他们是用来捕获异常的 下面我们通过一个例子来详细讲解下
我正在努力提高网站的可访问性,但我不知道如何在页脚中标记社交媒体链接列表。这些链接指向我在 facecook、twitter 等上的帐户。我不想用 role="navigation" 标记这些链接,因
说现在是 6 点,我有一个 Timer 并在 10 点安排了一个 TimerTask。之后,System DateTime 被其他服务(例如 ntp)调整为 9 点钟。我仍然希望我的 TimerTas
就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用资料或专业知识的支持,但这个问题可能会引发辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the
我就废话不多说了,大家还是直接看代码吧~ ? 1
Maven系列1 1.什么是Maven? Maven是一个项目管理工具,它包含了一个对象模型。一组标准集合,一个依赖管理系统。和用来运行定义在生命周期阶段中插件目标和逻辑。 核心功能 Mav
我是一名优秀的程序员,十分优秀!