Question

EDIT: It's fixed.

I'm creating website: http://mamgrow.lt

The thing is that at the right side "Naujienos" is only appearing when I scroll the page. When I refresh the page it is gone again and it's not appearing untill I scroll a bit.

quick html scheme of it:

<div>  //relative
    <div>
        <div class="Naujienos"></div> //relative
    </div>
</div>

For more you can check website at the top of post. Any ideas what's going on?

Was it helpful?

Solution

set position:absolute for

<div class="konteineris2">
....
</div>

in the css file bazinis.css

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top