Jump to content
  • 0

Позиционирование внутри слоя


pbeloysov
 Share

Question

Есть проблема в позиционировании внутри слоя.

Есть картинка, которую нужно абсолютно отпозиционировать в слое. Картинки нужно разместить так, чтобы они прилипали к слою: одна - вверху влева за слоем, другая - внизу справа за слоем. С размещением первой проблем нет - все кроссобраузерно. Вторая в Explorer позиционируется от окна браузера, а не слоя.

Как это решается?

.mainbox{
position: relative;
margin: 2px 205px 0 202px;
background: #F8F8F8;
border: 1px solid #F2F2F2;
}

img.fon_top{
position: absolute;
top: -2px;
left: -17px;
}

img.fon_bottom{
position: absolute;
bottom: 0;
right: -10px;
}

<div class="mainbox">

<img src="i/main_fon_top.jpg" width="17" height="461" alt="" border="0" class="fon_top">
<img src="i/main_fon_bottom.jpg" alt="" width="10" height="388" border="0" class="fon_bottom">

<p>Текст</p>

</div>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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