Jump to content
  • 0

div смещается при изменении размера окна


Divo Divnoe
 Share

Question

Плохо понимаю как объяснить, чтобы все поняли, извините, пожалуйста.

http://lumitest.unoforum.ru/

Здесь в шапку основной таблицы понапихано div'ов с relative позиционированием и видимостью только по hover. В div'ах - анимация для элементов изображения из шапки.

В наших браузерах всё выглядит одинаково и верно, но стоит в мозилле или хроме уменьшить окно, чтобы таблица в него целиком не помещалась, подвешанные div'ы смещаются на пиксель влево.

Можно ли это исправить?

Скажем, кругляш в серединке:

.hat {
height: 371px;
margin:0px;
padding:0px;
color: #241A08;
font-size:0px;
letter-spacing:-1px;
}
.hat a {
display: inline-block;
position:relative;
border:0px;
margin: 0px;
padding:0px;
}
.turns {
width:159px;
height:135px;
top:80px;
left:149px;
}
.turns:hover{background:url('http://argus-s.info/annet/lumier_summer12/turns.gif');}

Хак для мозиллы

@-moz-document url-prefix() {
.turns {left:148px;}
}

<a class="turns" href="#"></a>

Разворачиваю мозиллу на весь экран - всё хорошо.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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