开发者

Workaround for css3 multi-column image bug in webkit?

开发者 https://www.devze.com 2022-12-14 17:06 出处:网络
There\'s a开发者_StackOverflow known bug in webkit, where it cut\'s up images that happen to span multiple columns. Firefox gets it right and I don\'t care about IE as doesn\'t know how to render mult

There's a开发者_StackOverflow known bug in webkit, where it cut's up images that happen to span multiple columns. Firefox gets it right and I don't care about IE as doesn't know how to render multiple columns at all and degrades gracefully to one big column instead.

Does anyone know of any decent workarounds for this issue that doesn't involve banning images in columns?


Try [style="position: relative"] on the affected image/s.


I had the same problem and an old school solotion to it.

I added a couple of:

<p>&nbsp;</p>

at the end of the Text and could change the "fold" to my favor. Not nice, bit it works

0

精彩评论

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