css - jQuery position of elements on load -


i'm using jquery apply css rules place several objects on page. first page loaded, , css rules done.

thus see page elements wrong positioned, , after moves it's correct place.

is there way fix that?

example: http://mactua.eu/mactua3/index.php?language=nl (check buttons)

p.s. know jquery code mess, don't give lot it...

you can add display:none css of class more_button_container. @ end of jquery code, can use:

$('.more_button_container').show() 

Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -