Question on position absolute for css

  • Anonymous

    #7952

    I have this for the area next to my side bar

    .otw-sidebar-13 {
    display: block;
    margin-left: 700px;
    margin-top: -1340px;
    position: absolute;
    }

    Even with position absolute placed…. When you put the url of my site in the address bar and the page first loads you will notice that the sidebar area seems to move up and then down and it then stays in the correct position but it appears to ” adjust ” itself first. is there any way to prevent this movement when the page first loads or when ever that specific homepage loags?

Viewing 1 post (of 1 total)

  • You must be logged in to reply to this topic.