Link to home
Start Free TrialLog in
Avatar of emmapap
emmapap

asked on

problem with jquery slideshow and twitter feed on the same page

The jquery slideshow displays correctly on this page
http://www.neujuice.com/index.htm

On this page it 'jumps' before going into place in firefox
http://www.neujuice.com/index3.htm

all I have done is replace the code in  <div class="middle-text-section"> with this (code to insert a twitter feed)

<div class="middle-text-section"><span class="home">Recent News</span><br /><br /><br />
<div id="twitter_update_list"></div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js">
</script> <script type="text/javascript" src="https://api.twitter.com/1/statuses/user_timeline/NeujuiceDesign.json?callback=twitterCallback2&count=3"></script>

</div>
</div>

what should I delete/amend so the jquery slideshow doesn't 'jump'?
ASKER CERTIFIED SOLUTION
Avatar of Element1910
Element1910
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial