scrolling in iPhone and iPad not working- reflow and animate site


hi, have made website made using edge reflow first layout plugging in 2 different edge animate compositions 2 of divs created. like far, when went preview website on ipad scrolling getting stuck towards bottom. tried setting body style {overflow: scroll;} did not work. tried on primarycontainer no avail. i'm new html code messy also, works . main question how fix scrolling problem. ----here's link: www.kidsapp.com --- if view on iphone or ipad notice if don't scroll right stuck right in middle of vimeo iframe embedded placeholder div reflow.

 

 

also since have many different edge compositions have started collect lot of javascript files, 3 js files edge animate publishes with- 2 compositions means total of 6 js files. add reflows 2 css files , top off twitter bootstrap navigation css , js, , have mess of time keeping track of everything, nonetheless having site load fast could. i'm definietly noob, if there easy way combine js 1 minified file, , same css please please me! speed workflow tremendously.

 

-thanks ,

 

katherine

hey katherine,

 

wow! noob think you've done fantastic job.

 

it looks have unclosed div tag somewhere. running site through validator returns this:

 

error line 63, column 62: unclosed element div.

     <div id="primarycontainer" class="primarycontainer clearfix">

 

could cause of problem. 1 thing can try adding clearfix #box6. not sure if this'll work give shot.

 

in code, have:

<div id='box6' class='clearfix'>             <a href="http://www.facebook.com/golabotec" target="_blank" title="facebook">  <img id='image8' src='img/facebook.png' class='image' /> </a>       <a href="http://twitter.com/intent/user?screen_name=labotec" target="_blank" title="twitter">  <img id='image9' src='img/twitter.png' class='image' /> </a>       <a href="http://labotec.com/?page_id=58" target="_blank" title="contact">  <img id='image10' src='img/contact.png' class='image' /> </a>         </div>

 

change to:

 

<div id='box6' class='clearfix'>             <a href="http://www.facebook.com/golabotec" target="_blank" title="facebook">  <img id='image8' src='img/facebook.png' class='image' /> </a>       <a href="http://twitter.com/intent/user?screen_name=labotec" target="_blank" title="twitter">  <img id='image9' src='img/twitter.png' class='image' /> </a>       <a href="http://labotec.com/?page_id=58" target="_blank" title="contact">  <img id='image10' src='img/contact.png' class='image' /> </a><div class="clearfix"></div></div>

 

 

sarah



More discussions in Edge Animate CC


adobe

Comments

Popular posts from this blog

How to set the order of FAQs instead of alphabetical

Thread: Get UK Keyboard working

how do I change the e-mail address for my merchant account