Jump to content

гриша667

Neophyte
  • Posts

    1
  • Joined

  • Last visited

гриша667's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Добрый день, у меня сайт магазин, корзина выведена отдельным модулем справа, корзина выдвигается при нажатии на боковую панель, суть проблемы в следующем: в Opera позиционирование этого элимента постоянно меняется в других же браузерах он имеет фиксированное положение. Вот вся таблица css: ** * TemplatePlazza * TemplatePlazza.com **/ body{ overflow-x: hidden; } #dropcartborder{ width: 112px; font-size: 11px; color: #ffffff; padding: 0px 10px; background-color: #000000; position: fixed; top: 0px; right: 0px; } #showhidecart{ width: 30px; height: 100px; color: #ffffff; background: url(showhide.png) 50% 50% no-repeat #000000; position:absolute; top: 50%; left: -25px; cursor: pointer; -moz-border-radius: 5px; } #titledragcart{ width: 108px; height: 50px; } #dropcart{ width: 110px; line-height: normal; } #dropcart a:link, #dropcart a:visited, #dropcart a:active{ text-decoration: underline; } .itemcart{ width: 105px; cursor: move; margin-bottom: 10px; background: url(handle.png) no-repeat 50% 0; } .itemcart .imgdragcart{ border: 1px solid #ffffff; background-color: #ffffff; } .thumbscart{ display: block; width: 112px; text-align: center; padding: 10px 0px; } .thumbscart a:link, .thumbscart a:visited, .thumbscart a:active{ display: block; } .thumbscart img{ width: 50px; height: 50px; } .cartborder{ } #myminicart{ overflow: hidden; padding: 20px 0px; background: url(back.png) repeat-y #ffffff; -moz-border-radius: 5px; position: relative; } .minicartinner{ position: absolute; } .cartleft, .cartright{ height: 36px; margin-bottom: -15px; background: url(up.png) 50% 50% no-repeat; position: relative; z-index: 99999; cursor: pointer; } .cartright{ margin-bottom: 0px; margin-top: -15px; background: url(bottom.png) 50% 50% no-repeat; } .cartinfo{ line-height: normal; padding-top: 10px; } .minicarttotal, .minicartprice, .shopcartcheck{ font-size: 11px; color: #ffffff; text-align: center; padding: 0px 10px; } .minicarttotal{ font-size: 13px; font-weight: bold; letter-spacing: -0.05em; } .shopcartcheck{ font-weight: bold; margin-top: 10px; } #myminicartborder .shopcartcheck a:link, #myminicartborder .shopcartcheck a:visited, #myminicartborder .shopcartcheck a:active{ display: block; width: 84px; height: 20px; text-decoration: none; color: #ffffff; line-height: 20px; background: url(button.png) no-repeat; } #myminicartborder .shopcartcheck a:hover{ color: #ffffff; } .cartempty{ font-size: 11px; color: #afafaf; font-weight: bold; padding-top: 30px; } .cartf { display:block; width:10px; height:5px; text-indent:-50000px; } как мне кажется проблема кроется в #dropcartborder и #showhidecart, что можно сделать для того чтобы в Opera элемент тоже был фиксирован.Вот адрес сайта fi-ko.com.ua, а вот как к примеру выглядит тоже место на другой странице ссылка чтобы вы могли представить в чём дело. Заранее огромное спасибо за помощь!!!!!!!!!!!!!!!
×
×
  • 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