与安保部存在问题,我认为,如果我不作 j,就能够做些什么,但我并不肯定。
I have an article of text that I want to display with 0-3 images(The number is dynamic for each article). I want to display the 3 images all on the right-hand side of the page, with about 200-300px between them. This much I have achieved just by floating the images, using clear, and margins.
能够做到的那部分是使案文能够从价值200-300页的图像中流出。 我试图将图像推向我想要的那部分的那部分,但案文中为这些图像保留的空白空间却在(即图像在案文顶端)的地方停留。
Is this even possible without js? The text is also completely dynamic, so I can t use any element in the text as an anchor.
EDIT:这里有几部法律解释:
The tags:
<div>
<img class="floater" src="get_file.asp?image=1"/>
<img class="floater" src="get_file.asp?image=2"/>
<img class="floater" src="get_file.asp?image=3"/>
<p>lots and lots of text and paragraphs go here....</p>
</div>
社会保障局:
.floater
{
float:right;
height:250px;
clear:both;
margin-top:200px;//This creates space between the images, but the text doesn t flow between them
}