如何在段落中插入表情,无论line-height表情有多大,都不影响内容?IE。喜欢:
我得到的最接近的是 或position: absolute,vertical-align: text-top但没有一个能完成这项工作。
p img {
height: 35px;
display: inline;
}
#one img {
vertical-align: text-top;
}
#two img {
position: absolute;
}Run Code Online (Sandbox Code Playgroud)
<p id="one">Marzipan chupa chups marzipan. Bear claw donut candy powder cupcake tart. Tiramisu cotton candy jelly biscuit pie <img src="https://rawgit.com/github/gemoji/master/images/emoji/bowtie.png"> Jelly beans muffin croissant. Cupcake cookie pudding tootsie roll wafer. Bear claw jelly gummies sugar plum bear claw candy chocolate jelly. Donut brownie pie dessert cupcake donut oat cake …Run Code Online (Sandbox Code Playgroud)