Jump to content
  • 0

Как лучше сделать


qwertytol
 Share

Question

Здравствуйте.

Подскажите, как лучше сверстать: eef9ce4f04812f99591825ba01731e80.jpeg

Данный блок нужно встроить на страницу. Но когда я делаю вот так:


<div style="width:1000px; overflow:hidden;">

<div style="float:left; position:relative; width:490px;">
<div style="position:absolute; left:0; top:0;"><img src="images/photo/11.png" width="200" height="200" /></div>
</div>

<div style="float:right; position:relative; width:490px;">
<div style="position:absolute; left:0; top:0;"><img src="images/photo/11.png" width="200" height="200" /></div>
</div>
</div>

у меня у главного блока не устанавливается высота в зависимости от содержимого блока. И скрывается сразу, так как overflow:hidden указан.

Edited by qwertytol
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Думаю, тут надо убрать объявление оверфлоу и сделать просто нулевой спан с дисплей блок и клеар.

Как понять нулевой спан?

Если просто у спана дисплей блок и клеар, то не помогло.


<span style="clear:both;display:block;">

<div style="float:left; position:relative; width:490px;">
<div style="position:absolute; left:0; top:0;"><img src="images/photo/11.png" width="200" height="200" /></div>
</div>

<div style="float:right; position:relative; width:490px;">
<div style="position:absolute; left:0; top:0;"><img src="images/photo/11.png" width="200" height="200" /></div>
</div>
</span>

Мож как-то по-другому можно сделать, без absolute, либо без дивов с float'ом ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy