开发者

wrap text around image IE [closed]

Closed. This question needs debugging details. It is not currently accepting answers.

Edit the question to include desired behavior, a specific problem or error, and 开发者_StackOverflow中文版the shortest code necessary to reproduce the problem. This will help others answer the question.

Closed 3 years ago.

Improve this question

I have done a bit of searching for a solution to wrap text around an image and came across the JQSlickWrap. jQuery plugin to wrap text around images + support IE6

But it is not working in IE. Is there another way to wrap text around an image? Or is that just not possible for IE yet?...

Great wrap example in firefox but not so great in IE: http://jwf.us/projects/jQSlickWrap/example1.html

There is this manuel way to create div's but in my case that is a no-go since it is multible images uploaded by a webmaster.

Br. Anders


Not possible. It's using the canvas element, which isn't supported. There are drop-in solutions that mimic a canvas tag using VML, but VML doesn't support the getImageData method, so those solutions can't read the image data to find the wrapping points.


Maybe I don't understand the question full but I think if you just add an align attribute to an image i makes the other content in the parent container to wrap around the image from the other direction of the align value.

<img src="bla" align="right"/>

then the text would wrap around it from the left.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜