Can't center preloader in browser window


i'm trying center preloader in browser. single full page animation.  i'm centering stage using..

 

document.compositionready...

sym.$("#stage").css({"margin": "auto"})

which working find stage doesn't cover preloader. preloader elements "loaderbar" , "loading".  seached forum , found post centering preloader solution not working me.

http://forums.adobe.com/message/4751019#4751019

 

i tried....

 

<!--

<style>

#loader-bar { margin: auto; }

#loading { margin: auto; }

</style>

--> (without comment tag)

in header doesn't work me. loader loading on left of browser window (full screen width 1920) while stage loading in center of browser window. stage size 800x600. tried including in css above didn't work either.

 

any ideas ??

 

thanks

 

joel h

open preferred html editor. dreamweaver, notepad etc.

 

open edge html file.

 

place within header tags:

 

<style type="text/css">

<!--

#stage {

    height:inherit;

    width:inherit;

    margin-right: auto;

    margin-left: auto;

}

-->

</style>

 

 

should trick!



More discussions in Edge Animate CC


adobe

Comments

Popular posts from this blog

Warning, the Safe Path is not accessible vm3 - Joomla! Forum - community, help and support

uppercase letters in url - Joomla! Forum - community, help and support

Joomla! Update is not offering Joomla 3 - Joomla! Forum - community, help and support