开发者

Vertically position iframe inside paragraph

开发者 https://www.devze.com 2023-03-31 14:29 出处:网络
I am trying to be clever and position a FaceBook Like button iframe inside a sentence but it aligns oddly, see screengrab below.

I am trying to be clever and position a FaceBook Like button iframe inside a sentence but it aligns oddly, see screengrab below.

I'm sure I'm being dense but without styling the iframe as a block element how do I re-position it?

I tried display:inline-block but it didn't respond to margin settin开发者_如何学编程gs. I also tried increasing the paragraph's line-height to match the iframe but that didn't help.

Vertically position iframe inside paragraph


Wrap it in a DIV and adjust margin-top on the DIV.


vertical-align:middle did the trick.

0

精彩评论

暂无评论...
验证码 换一张
取 消