делаю сайт, поставил ...
таймер обратного отсчёта, но он ползает по сайту если уменьшать или увеличивать размеры экрана, каким кодом его зафиксировать? вот код стилей:
.time_limit_text, .time_limit_counter, .coupon_info_panel_in_preview_second .more_link {
position: absolute;
color: #fff;
text-Align:center;
}
.time_limit_text{
top: 20px;
left: 0;
font-size: 12px;
font-style: italic;
}
.time_limit_counter{
top: 735px;
left: 849px;
color: #ae929b;
font-size: 10px;
text-align: center;
}
.time_counter {
border: 1px solid #d98154;
margin-top: 3px;
background-color: #000;
}
.time_bg{
color: #fff;
text-align: center;
padding-top: 3px;
font: 18px bold Arial;
background-image: url(jpg/counter_image.png);
background-repeat: repeat-x;
height: 26px;
padding: 3px 6px 0 5px;
display: inline-block;
}
.time_counter span.middle {
margin: 0 1px;}
.time_counter span.middle2 {
margin: 0 1px 0 0;
}
.dash {
float: left;
position: relative;
}
.dash .digit {
float: left;
text-align: center;
color: #fff;
font-family: Arial;
position: relative;
}
.dash_title {
position: absolute;
display: block;
bottom: 0px;
right: 6px;
}