Форум программистов
 

Восстановите пароль или Зарегистрируйтесь на форуме, о проблемах и с заказом рекламы пишите сюда - alarforum@yandex.ru, проверяйте папку спам!

Вернуться   Форум программистов > Web программирование > HTML и CSS
Регистрация

Восстановить пароль
Повторная активизация e-mail

Купить рекламу на форуме - 42 тыс руб за месяц

Ответ
 
Опции темы Поиск в этой теме
Старый 08.05.2012, 17:41   #1
гриша667
Новичок
Джуниор
 
Регистрация: 08.05.2012
Сообщений: 1
По умолчанию проблемы позиционирования в opera

Добрый день, у меня проблема следующего характера, на моём сайте есть боковая панель в 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.

Заранее огромное спасибо за помощь!!!!!!!!!!!!!!!
гриша667 вне форума Ответить с цитированием
Ответ


Купить рекламу на форуме - 42 тыс руб за месяц



Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
opera mini и js SkrudjMakdak JavaScript, Ajax 0 23.08.2011 22:04
Opera W0LF Общие вопросы Delphi 4 23.07.2010 14:08
Opera 9.22 Syltan Операционные системы общие вопросы 1 09.05.2010 10:38
Opera 9.64 Chudo4258 Софт 8 06.10.2009 19:27
ошибка в Opera Elm0 Свободное общение 7 27.05.2007 13:34