我想将图像标记插入到文本块中,以便在DIV中将图像缩小100像素。
<div>
A lot of text in a text block and a <img tag> somewhere
that is floated left or right and positioned inside the text block
</div>
因此,上面的标记放在要浮动的文本块中,以便它在DIV中位于100px DOWN。现在,这不能静态完成,它必须在javascript中完成,因为div中的100px可能由不同的文本表示,具体取决于字体渲染问题等。
那么,有没有办法在DIV中找到100px的文本块中的“单词”?也许jQuery?
答案 0 :(得分:2)