Jump to content
  • 0

Тормоза Оперы при фиксированном позиционирваннии


SunChase
 Share

Question

Доброго времени суток. Такой трабл: решил прикрутить на одной странице фиксированный блок с якорями и прочими побрякушками. Использовал position:fixed. Отображается всё нормально, но вот при прокрутке страницы через Оперу возникают тормоза. Отсюда собственно и вопрос: это распространённый баг Оперы или попросту я гдето запорол?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

увы результат тотже. Кидаю цсс блока:

#archernav {
position: fixed;
margin-left:90%;
overflow: auto;
}
#archernav:after {
content: '';
float: left;
height: 1%;
width: 0;
}
#archernav .bl_1{
margin-bottom:50px;
}
#archernav .bl_2{
}
#archernav .item {
background:#323232;
width:50px;
height:50px;
border:2px solid #2c2c2c;
border-left:none;
border-radius: 0px 10px 10px 0px;
box-shadow: inset 0px 0px 15px 0px black, 3px 5px 15px black;
text-align:center;
vertical-align:middle;
margin-bottom:5px;
opacity:0.4
}
#archernav .item:hover {
opacity:1
}
#archernav .item img{
margin-top:10px;
}

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