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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
KFQR
Пожалуйста, объясните в чем разница (см. код) при отображении в FF, Chrome, Opera (в IE почему-то одинаково и как нужно.)
<!DOCTYPE html>
Код при котором все как нужно (содержимое div class="Ad" поверх TopBanner)
если поменять местами
то div class="Ad показывается ниже изображения со ссылкой
CSS
a img {
border-style: none;
}
#TopBanner {
border: 1px solid #0066cc;
height: 90px;
width: 780px;
left: 10px;
top: 10px;
position: relative;
}
.Ad{
background: url(/img/Ad.png) no-repeat;
position: absolute;
height: 14px;
width: 45px;
right: 0px;
border-style: none;
}
Edited by KFQRLink to comment
Share on other sites
6 answers to this question
Recommended Posts
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.