Jump to content
  • 0

При обновлении страницы съезжает блок меню


Alex75
 Share

Question

Здравствуйте. Подскажите пожалуйста как решить проблему с версткой. На сайте http://dsraduga.ru  при обновлении страницы блок меню с картинкой на секунду съезжает влево потом встает на место. Буду признателен.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Как я понимаю все отпозиционировано через JS, поэтому все смещается на время пока не загрузиться скрипт.

    var sheetWidth = jQuery(".art-sheet").width();
    var sheetLeft = jQuery(".art-sheet").offset().left;
    jQuery("header.art-header .art-shapes>*, header.art-header>.art-textblock").each(function () {
        var object = jQuery(this);
        var objectLeft = sheetWidth * parseFloat(object.attr("data-left") || "0") / 100 + sheetLeft;
        object.css("left", objectLeft + "px");
    });

Вот кусок кода который позиционирует элементы шапки. Можно через css конечно все сделать...

Можно этот кусок в отдельный файл закинуть, и поставить его на загрузку перед другими. Ну вообще задержка то мизерная все и так норм.

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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