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
DMITRIY_S
Сайт сверстан блочно.
Абсолютно позиционирован
function alignc()
{
width = screen.width;
if (width>1000)
var dx=((screen.width-1000)/2);
document.getElementById("logo")=document.getElementById("logo").style.left + dx;
document.getElementById("topmenu_bgr")=document.getElementById("topmenu_bgr").style.left + dx;
document.getElementById("topmenu")=document.getElementById("topmenu").style.left+dx;
...
}
Где ошибка?
Link to comment
Share on other sites
9 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.