Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript slideshow Mobile Issue...

Status
Not open for further replies.

yaknowss

Programmer
Apr 19, 2012
69
US
I have 3 javascript slide shows all running on the same page. When I view on a PC browser or an Android device, it looks fine. However, on a mobile apple device....The homepage makes a "glitchy shift" movement whenever the slide shows transition. Any ideas why this is happening and how do I fix this??? I am including the java script below... P.S This is a wordpress site.

Code:
<script>
$(function(){
    $('.QuoteSS img:gt(0)').hide();
    setInterval(function(){
      $('.QuoteSS :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.QuoteSS');}, 
      6000);
});

$(function(){
    $('.ServiceSS img:gt(0)').hide();
    setInterval(function(){
      $('.ServiceSS :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.ServiceSS');}, 
      8000);
});

//$(function(){
    $('.ClientSS img:gt(0)').hide();
    setInterval(function(){
      $('.ClientSS :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.ClientSS');}, 
      3000);
});
</script>

Code:
<div class="mainBodyWrapper" >
   <div style="position:relative; float:left; clear:both; font-size:medium; z-index:10000; line-height:1.5; margin-top:5px; right:15px;">
		<img src="[URL unfurl="true"]http://company.com/wp-content/themes/company/images/Homepage/3_offers_chkbk_banner.png"/>[/URL]
		<div style="position:absolute; float:left; z-index:120000; bottom:65px; left:30px;">
			<a href="[URL unfurl="true"]http://www.company.com/postal-ratechart/"><img[/URL] src="[URL unfurl="true"]http://company.com/wp-content/themes/company/images/Homepage/3_offers_postal.png"[/URL] /></a>
		</div>
		<div style="position:absolute; float:left; z-index:120000; bottom:20px; left:260px;">
		 
		  <div style="position:absolute; float:left; z-index:120000; bottom:1px; left:170px;">
			<a href="[URL unfurl="true"]http://www.company.com/special-offers/checkbook-offer/"><img[/URL] src="[URL unfurl="true"]http://company.com/wp-content/themes/company/images/Homepage/3_offers_chkbk_click.png"[/URL] /></a>
		  </div>
		</div>
		<div style="position:absolute; float:right; z-index:120000; bottom:30px; right:30px;">
			<a href="[URL unfurl="true"]http://www.company.com/demo/"><img[/URL] src="[URL unfurl="true"]http://company.com/wp-content/themes/company/images/Homepage/3_offers_deliver.png"[/URL] /></a>
		</div>
</div>
 <div style="position:relative; float:left; clear:both; ">
	<?php
    $recentPosts = new WP_Query();
    $recentPosts->query('showposts=3&cat=31');
	?>
	<?php while ( $recentPosts->have_posts() ) : $recentPosts->the_post(); ?>
    <div style="position:relative; float:left;z-index:100001;" class="frontpage">
	  <?php  the_content();
		?>
	</div>
	<?php endwhile;
?>
	
  </div>
	
	<div style="position:relative; float:left; clear:both; ">
		<div class="QuoteSS" >
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Quotes/quote01.png"[/URL] title="company">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Quotes/quote02.png"[/URL] title="company">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Quotes/quote03.png"[/URL] title="company">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Quotes/quote04.png"[/URL] title="company">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Quotes/quote05.png"[/URL] title="company">
		</div>
	</div>
	<div style="position:relative; float:left; ">
		<div class="ServiceSS" >
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/List-Strategies-Collage.png"[/URL] title="List-company">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Print-Capablilities-Collage.png"[/URL] title="Print-Capablilities">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Mailing-Collage.png"[/URL] title="Mailing">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Database-Management-Collage.png"[/URL] title="Database-Management">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Creative-Collage.png"[/URL] title="Creative">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Analytics-Collage.png"[/URL] title="Analytics">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/Web-Order-Collage.png"[/URL] title="Web-Order">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Services/About-Collage.png"[/URL] title="About">
		</div>
	</div>
	<div style="position:relative; float:left; clear:both; top:-30px; left:10px;">
		<p style="font-size:medium;">Some of Our Clients</p>
        <div class="ClientSS" >
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client-company.png"[/URL] title="company Logo">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client.png"[/URL] title="company">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client.png"[/URL] title="companyLogo">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/_logo.png"[/URL] title="company">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client.png"[/URL] title="company">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client.png"[/URL] title="company">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="company">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client-.png"[/URL] title="company">
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client-company.png"[/URL] title="Logo"> 	
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/Client-company.png"[/URL] title="Logo">	
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/_logo.png"[/URL] title="">	
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="">	
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="">	
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="">	
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="">	
			<img src="[URL unfurl="true"]http://www.company.com/wp-content/themes/company/images/Homepage/Slideshow/Clients/company.png"[/URL] title="company">	
		</div>
</div>
</div>
 
this is most likely to be an issue with your css.

but post the whole page, as rendered in your browser (not the php code) and we can take a look. make sure that your generated html validates properly first too.
 
also double checked... validation works properly.
 
hello

that is not the rendered html as seen in the browser. or at least, if it is, there is template code being rendered as html which you need to sort out first.
 
also, please post the code into this forum, not as an external linked file. i just downloaded the code from the linking service you used and my browser spawned loads of porn pages.
 
Thanks for your response. Here is what I did... In wordpress, I went to the page...selected preview...and viewed the page source from there. Is there a different procedure I should do?
 
yikes... my apologies.. you shouldnt have to have downloaded it.. i believe there is a "view only" option.
 
Would it help if I provide the CSS code? Please let me know..Thanks!
 
the process sounds fine. but this is the code i get. try loading it into a browser.

Code:
<!DOCTYPE html>
<meta name=”viewpoint” content=”width=device-width; initial-scale=1.0”>

<html dir="ltr" lang="en-US">
<head>


<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta charset="UTF-8" />
<title>home-test | PrimeNet Direct Marketing Services LLC</title>
<link rel="profile" href="[URL unfurl="true"]http://gmpg.org/xfn/11"[/URL] />


<link rel="pingback" href="[URL unfurl="true"]http://www.primenet.com/xmlrpc.php"[/URL] />
<link rel="alternate" type="application/rss+xml" title="PrimeNet Direct Marketing Services LLC &raquo; Feed" href="[URL unfurl="true"]http://www.primenet.com/feed/"[/URL] />
<link rel="alternate" type="application/rss+xml" title="PrimeNet Direct Marketing Services LLC &raquo; Comments Feed" href="[URL unfurl="true"]http://www.primenet.com/comments/feed/"[/URL] />
<link rel="alternate" type="application/rss+xml" title="PrimeNet Direct Marketing Services LLC &raquo; home-test Comments Feed" href="[URL unfurl="true"]http://www.primenet.com/home-test/feed/"[/URL] />
<link rel='stylesheet' id='admin-bar-css'  href='[URL unfurl="true"]http://www.primenet.com/wp-includes/css/admin-bar.css?ver=20110325'[/URL] type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css'  href='[URL unfurl="true"]http://www.primenet.com/wp-content/plugins/contact-form-7/styles.css?ver=3.0'[/URL] type='text/css' media='all' />
<link rel='stylesheet' id='wp_dlmp_styles-css'  href='[URL unfurl="true"]http://www.primenet.com/wp-content/plugins/download-monitor/page-addon/styles.css?ver=3.1.3'[/URL] type='text/css' media='all' />
<link rel='stylesheet' id='mr_social_sharing-css'  href='[URL unfurl="true"]http://www.primenet.com/wp-content/plugins/social-sharing-toolkit/style.css?ver=3.1.3'[/URL] type='text/css' media='all' />
<script type='text/javascript' src='[URL unfurl="true"]http://www.primenet.com/wp-includes/js/l10n.js?ver=20101110'></script>[/URL]
<script type='text/javascript' src='[URL unfurl="true"]http://www.primenet.com/wp-includes/js/comment-reply.js?ver=20090102'></script>[/URL]
<script type='text/javascript' src='[URL unfurl="true"]http://www.primenet.com/wp-includes/js/jquery/jquery.js?ver=1.4.4'></script>[/URL]
<script type='text/javascript' src='[URL unfurl="true"]http://www.primenet.com/wp-content/plugins/social-sharing-toolkit/script.js?ver=3.1.3'></script>[/URL]
<script type='text/javascript' src='[URL unfurl="true"]http://www.primenet.com/wp-content/plugins/social-sharing-toolkit/googleplus.js.php?lang=en_US&#038;ver=3.1.3'></script>[/URL]
<script type='text/javascript' src='[URL unfurl="true"]http://apis.google.com/js/plusone.js?ver=3.1.3'></script>[/URL]
<script type='text/javascript' src='[URL unfurl="true"]http://platform.linkedin.com/in.js?ver=3.1.3'></script>[/URL]
<script type='text/javascript' src='[URL unfurl="true"]http://platform.twitter.com/widgets.js?ver=3.1.3'></script>[/URL]
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="[URL unfurl="true"]http://www.primenet.com/xmlrpc.php?rsd"[/URL] />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="[URL unfurl="true"]http://www.primenet.com/wp-includes/wlwmanifest.xml"[/URL] /> 
<link rel='index' title='PrimeNet Direct Marketing Services LLC' href='[URL unfurl="true"]http://www.primenet.com/'[/URL] />
<link rel='prev' title='CheckBook-Offer' href='[URL unfurl="true"]http://www.primenet.com/special-offers/checkbook-offer/'[/URL] />
<meta name="generator" content="WordPress 3.1.3" />
<link rel='canonical' href='[URL unfurl="true"]http://www.primenet.com/home-test/'[/URL] />
<meta name="framework" content="Alkivia Framework 0.8" />

<script type='text/javascript'>
	var __wtw_custom_name = "admin";
	
(function() {
    var wa = document.createElement('script'); wa.type = 'text/javascript'; wa.async = true;
    wa.src = ('https:' == document.location.protocol ? '[URL unfurl="true"]https://ssl'[/URL] : '[URL unfurl="true"]http://w1')[/URL] + '.luckyorange.com/w.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wa, s);
  })();
</script><link rel="shortcut icon" href="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/primenet2011/images/favicon.ico"[/URL] />
			      <link rel="icon" type="image/png" href="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/primenet2011/images/favicon.ico"[/URL] /><style type="text/css" media="print">#wpadminbar { display:none; }</style>
<style type="text/css">
	html { margin-top: 28px !important; }
	* html body { margin-top: 28px !important; }
</style>
<meta name="google-site-verification" content="DjZLWug26fj8TyeyHUk7mLvTK6vA0cB_2Miak9APqpg" />

<script>

function my_redirect() 
   {
      alert("test");
      var firstname = document.getElementById('fname').value;.
      var lastname = document.getElementById('lname').value;.
      var url = '[URL unfurl="true"]http://www.primenet.com/test-post?fname='+firstname+'&lname='+lastname;[/URL]
      
      //window.location = url;.

   }
</script>
<script type="text/javascript" src="[URL unfurl="true"]https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>[/URL]
<link rel="stylesheet" media="all" type="text/css" href="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/incl/slideshow.css"[/URL] />
<script type="text/javascript" src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/incl/jquery.js"[/URL] ></script>


<script type="text/javascript" src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/incl/sifr.js"[/URL] ></script>
<script type="text/javascript" src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/incl/sifr-config.js"[/URL] ></script>
<script type="text/javascript" src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/incl/slideshow-large-thumbnails.js"[/URL] ></script>
<script type="text/javascript" src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/contactForm.js"></script>[/URL]

<link rel="stylesheet" media="all" type="text/css" href="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/incl/ajax.js"[/URL] />
<link rel="stylesheet" href="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/style.css"[/URL] type="text/css" media="screen" title="no title" charset="utf-8">  

<link rel="stylesheet" media="all" type="text/css" href="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/primenetstyle.css"[/URL] />
<!--[if lte IE 8]><link rel="stylesheet" media="all" type="text/css" href="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/IE8.css?06/24/13[/URL] 17:00:43" /><![endif]-->


<script type="text/javascript">
var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-26378605-1']);
   _gaq.push(['_setCustomVar', 1,'IP','192.168.3.171', 2]); _gaq.push(['_trackEvent',
      'IP', // category of activity
      'Track IP', // Action
   ]);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? '[URL unfurl="true"]https://ssl'[/URL] : '[URL unfurl="true"]http://www')[/URL] + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>





</head>

<body class="theme-orange">
		

										<!-- <img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/headers/path.jpg"[/URL] width="940" height="198" alt="" /> -->
					
					  
					  <div id="main" style="background-image: url('[URL unfurl="true"]http://primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/PrimeNet-logo_transparent.png');background-repeat:[/URL] no-repeat; 
								min-height: 150px;
								margin: 0px auto;
								margin-top:20px;
								width: 1020px;" >
										
										

							<div style="margin-left:auto; margin-right:auto; text-align:center; width:950px; padding:20px; " >
								<!--<div style="position:relative; float:left;">
									<a href="/"><img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/logo.png"></a>[/URL]
								   </div>
								 -->
								<div style="position:relative; float:right; right: 0px; top: -10px;" >
									<a href="[URL unfurl="true"]http://www.primenet.com"[/URL] class="headerLink" style="margin-left: 15px;">Home</a>									<a href="[URL unfurl="true"]http://www.primenet.com/services/"[/URL] class="headerLink" style="margin-left: 15px;">Services</a>
									<a href="[URL unfurl="true"]http://www.primenet.com/work/"[/URL] class="headerLink" style="margin-left: 15px;" >Work</a>
									<a href="[URL unfurl="true"]http://www.primenet.com/category/blog/"[/URL] class="headerLink" style="margin-left: 15px;" >Blog</a>
									<a href="[URL unfurl="true"]http://www.primenet.com/about/"[/URL] class="headerLink" style="margin-left: 15px;" >About</a>
									<a href="[URL unfurl="true"]http://www.primenet.com/contact/"[/URL] class="headerLink" style="margin-left: 15px;" >Contact</a>
									<a href="[URL unfurl="true"]http://www.primenet.com/offers/"[/URL] class="headerLink" style="margin-left: 15px;" >Offers</a>
									<a href="[URL unfurl="true"]http://www.primenet.com/going-green/"[/URL] class="headerLink" style="margin-left: 15px;" >Green</a>
									<a href="[URL unfurl="true"]http://www.primenet.com/careers/"[/URL] class="headerLink" style="margin-left: 15px;" >Careers</a>									
									<a href="[URL unfurl="true"]http://www.primenet.com/sign-in"[/URL] class="linkSignIn" style="margin-left: 15px;" >Sign In</a>
								</div>
								
														</div>
					</div>
					
	


		<div id="container" class="one-column">

			<div id="content" role="main2">
			<div id="upperBackground" style="width:1000px; padding:0px;margin-bottom:0px;margin-left:0px; height:10px;float:left;"><!-- background-image:url('[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/backgroundtop.png');background-repeat:[/URL] no-repeat--></div>			
			
			   <div id="mainContent"  style="clear:both; width:927px; padding:25px; overflow: hidden;"><!-- background-image:url('[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/backgroundbottom.png');-->[/URL]
					
					

				<div id="post-4144" class="post-4144 page type-page status-publish hentry">
											<h1 class="entry-title"><?//php the_title(); ?></h1>
					
					<div class="entry-content">
						<p>< ?php<br />
/**<br />
 * The main template file.<br />
 *<br />
 * This is the most generic template file in a WordPress theme<br />
 * and one of the two required files for a theme (the other being style.css).<br />
 * It is used to display a page when nothing more specific matches a query.<br />
 * E.g., it puts together the home page when no home.php file exists.<br />
 * Learn more: [URL unfurl="true"]http://codex.wordpress.org/Template_Hierarchy<br[/URL] />
 *<br />
 * @package WordPress<br />
 * @subpackage Twenty_Ten<br />
 * @since Twenty Ten 1.0<br />
 */</p>
<p>if ( is_home() ) :<br />
  get_header('new');<br />
elseif ( is_404() ) :<br />
  get_header('404');<br />
else :<br />
  get_header();<br />
endif;<br />
 ?><br />
<meta name=”viewpoint” content=”width=device-width; initial-scale=1.0”></p>
<p><script>
$(function(){
    $('.QuoteSS img:gt(0)').hide();
    setInterval(function(){
      $('.QuoteSS :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.QuoteSS');}, 
      6000);
});</p>
<p>$(function(){
    $('.ServiceSS img:gt(0)').hide();
    setInterval(function(){
      $('.ServiceSS :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.ServiceSS');}, 
      8000);
});</p>
<p>$(function(){
    $('.ClientSS img:gt(0)').hide();
    setInterval(function(){
      $('.ClientSS :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.ClientSS');}, 
      3000);
});
</script><br />
  </p>
<div class="mainBodyWrapper" >
<div style="position:relative; float:left; clear:both; font-size:medium; z-index:10000; line-height:1.5; margin-top:5px; right:15px;">
		<img src="[URL unfurl="true"]http://primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/3_offers_chkbk_banner.png"/></p>[/URL]
<div style="position:absolute; float:left; z-index:120000; bottom:65px; left:30px;">
			<a href="[URL unfurl="true"]http://www.primenet.com/postal-ratechart/"><img[/URL] src="[URL unfurl="true"]http://primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/3_offers_postal.png"[/URL] /></a>
		</div>
<div style="position:absolute; float:left; z-index:120000; bottom:20px; left:260px;">
<div style="position:absolute; float:left; z-index:120000; bottom:1px; left:170px;">
			<a href="[URL unfurl="true"]http://www.primenet.com/special-offers/checkbook-offer/"><img[/URL] src="[URL unfurl="true"]http://primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/3_offers_chkbk_click.png"[/URL] /></a>
		  </div>
</p></div>
<div style="position:absolute; float:right; z-index:120000; bottom:30px; right:30px;">
			<a href="[URL unfurl="true"]http://www.primenet.com/primedeliverdemo/"><img[/URL] src="[URL unfurl="true"]http://primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/3_offers_primedeliver.png"[/URL] /></a>
		</div>
</div>
<div style="position:relative; float:left; clear:both; ">
	< ?php<br />
    $recentPosts = new WP_Query();<br />
    $recentPosts->query(&#8216;showposts=3&#038;cat=31&#8242;);<br />
	?><br />
	< ?php while ( $recentPosts->have_posts() ) : $recentPosts->the_post(); ?></p>
<div style="position:relative; float:left;z-index:100001;" class="frontpage">
	  < ?php  the_content();<br />
		?>
	</div>
<p>	< ?php endwhile;<br />
?></p></div>
<div style="position:relative; float:left; clear:both; ">
<div class="QuoteSS" >
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Quotes/quote01.png"[/URL] title="MegaMarketing"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Quotes/quote02.png"[/URL] title="Achieva"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Quotes/quote03.png"[/URL] title="Lodging"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Quotes/quote04.png"[/URL] title="OneHour"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Quotes/quote05.png"[/URL] title="Physical"/>
		</div>
</p></div>
<div style="position:relative; float:left; ">
<div class="ServiceSS" >
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/List-Strategies-Collage.png"[/URL] title="List-Strategies"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Print-Capablilities-Collage.png"[/URL] title="Print-Capablilities"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Mailing-Collage.png"[/URL] title="Mailing"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Database-Management-Collage.png"[/URL] title="Database-Management"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Creative-Collage.png"[/URL] title="Creative"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Analytics-Collage.png"[/URL] title="Analytics"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/Web-Order-Collage.png"[/URL] title="Web-Order"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Services/About-Primenet-Collage.png"[/URL] title="About"/>
		</div>
</p></div>
<div style="position:relative; float:left; clear:both; top:-30px; left:10px;">
<p style="font-size:medium;">Some of Our Clients</p>
<div class="ClientSS"></div>
<div class="ClientSS" >
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-TampaBay.png"[/URL] title="Tampa Bay Lightning Logo"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-Perkins.png"[/URL] title="Perkins"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-AG-Edwards.png"[/URL] title="AF Edwards Logo"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/huntington_logo.png"[/URL] title="Huntington"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-TonyRomas.png"[/URL] title="Tony Romas"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-PitneyBowes.png"[/URL] title="Pitney Bowes"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-FamousDaves.png"[/URL] title="Famouse Daves BBQ Logo"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/CAM.png"[/URL] title=""/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-KnorrPro.png"[/URL] title="KnorrPro"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-Jostens.png"[/URL] title="Jostens Logo"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-OneHour.png"[/URL] title="One Hour Heating and Air Conditioning Logo"/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/FRLA_logo.png"[/URL] title=""/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Sonnys.png"[/URL] title=""/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/DaysInn.png"[/URL] title=""/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/AmericanPoetry.png"[/URL] title=""/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Drive.png"[/URL] title=""/><br />
			<img src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/Homepage/Slideshow/Clients/Client-Carabbas.png"[/URL] title="Carabbas"/>
		</div>
</p></div>
</div>
<div style="position:relative; top:20px;">
 < ?php<br />
  get_footer(); ?>
</div>
<p></meta></p>
												<span class="edit-link"><a class="post-edit-link" href="[URL unfurl="true"]http://www.primenet.com/wp-admin/post.php?post=4144&amp;action=edit"[/URL] title="Edit Page">Edit</a></span>					</div><!-- .entry-content -->
				</div><!-- #post-## -->

				
				</div>
			
			</div><!-- #content -->
		</div><!-- #container -->

<script type='text/javascript' src='[URL unfurl="true"]http://www.primenet.com/wp-includes/js/admin-bar.js?ver=20110131'></script>[/URL]
<script type='text/javascript' src='[URL unfurl="true"]http://www.primenet.com/wp-content/plugins/contact-form-7/jquery.form.js?ver=2.52'></script>[/URL]
<script type='text/javascript' src='[URL unfurl="true"]http://www.primenet.com/wp-content/plugins/contact-form-7/scripts.js?ver=3.0'></script>[/URL]
		<div id="wpadminbar">
			<div class="quicklinks">
				<ul>
													
		<li id="wp-admin-bar-my-account-with-avatar" class="menupop">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/profile.php"><span><img[/URL] alt='' src='[URL unfurl="true"]http://1.gravatar.com/avatar/35ae9edd9d8011a8b0859cf1ae3d04f3?s=16&amp;d=http%3A%2F%2Ftest.primenet.com%2Fwp-content%2Fthemes%2FPrimeNet2011%2Fimages%2Fblog-guest-headshot.png%3Fs%3D16&amp;r=G'[/URL] class='avatar avatar-16 photo' height='16' width='16' />PrimeNet Administrator</span></a>

						<ul>
											
		<li id="wp-admin-bar-edit-my-profile" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/profile.php">Edit[/URL] My Profile</a>

			
					</li>											
		<li id="wp-admin-bar-dashboard" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/">Dashboard</a>[/URL]

			
					</li>											
		<li id="wp-admin-bar-log-out" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-login.php?action=logout&#038;_wpnonce=8712a4f4dc">Log[/URL] Out</a>

			
					</li>							</ul>
			
					</li>													
		<li id="wp-admin-bar-edit" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/post.php?post=4144&#038;action=edit">Edit[/URL] Page</a>

			
					</li>													
		<li id="wp-admin-bar-new-content" class="menupop">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/post-new.php?post_type=post"><span>Add[/URL] New</span></a>

						<ul>
											
		<li id="wp-admin-bar-new-post" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/post-new.php?post_type=post">Post</a>[/URL]

			
					</li>											
		<li id="wp-admin-bar-new-page" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/post-new.php?post_type=page">Page</a>[/URL]

			
					</li>							</ul>
			
					</li>													
		<li id="wp-admin-bar-comments" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/edit-comments.php">Comments[/URL] <span id='ab-awaiting-mod' class='pending-count'>109</span></a>

			
					</li>													
		<li id="wp-admin-bar-appearance" class="menupop">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/themes.php"><span>Appearance</span></a>[/URL]

						<ul>
											
		<li id="wp-admin-bar-widgets" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/widgets.php">Widgets</a>[/URL]

			
					</li>											
		<li id="wp-admin-bar-menus" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/nav-menus.php">Menus</a>[/URL]

			
					</li>							</ul>
			
					</li>													
		<li id="wp-admin-bar-updates" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/update-core.php"><span[/URL] title='13 Plugin Updates, 1 Theme Update'>Updates <span id='ab-updates' class='update-count'>14</span></span></a>

			
					</li>									</ul>
			</div>

			<div id="adminbarsearch-wrap">
				<form action="[URL unfurl="true"]http://www.primenet.com"[/URL] method="get" id="adminbarsearch">
					<input class="adminbar-input" name="s" id="adminbar-search" type="text" value="" maxlength="150" />
					<input type="submit" class="adminbar-button" value="Search"/>
				</form>
			</div>
		</div>

			


		<div id="wpadminbar">
			<div class="quicklinks">
				<ul>
													
		<li id="wp-admin-bar-my-account-with-avatar" class="menupop">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/profile.php"><span><img[/URL] alt='' src='[URL unfurl="true"]http://1.gravatar.com/avatar/35ae9edd9d8011a8b0859cf1ae3d04f3?s=16&amp;d=http%3A%2F%2Ftest.primenet.com%2Fwp-content%2Fthemes%2FPrimeNet2011%2Fimages%2Fblog-guest-headshot.png%3Fs%3D16&amp;r=G'[/URL] class='avatar avatar-16 photo' height='16' width='16' />PrimeNet Administrator</span></a>

						<ul>
											
		<li id="wp-admin-bar-edit-my-profile" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/profile.php">Edit[/URL] My Profile</a>

			
					</li>											
		<li id="wp-admin-bar-dashboard" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/">Dashboard</a>[/URL]

			
					</li>											
		<li id="wp-admin-bar-log-out" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-login.php?action=logout&#038;_wpnonce=8712a4f4dc">Log[/URL] Out</a>

			
					</li>							</ul>
			
					</li>													
		<li id="wp-admin-bar-edit" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/post.php?post=4144&#038;action=edit">Edit[/URL] Page</a>

			
					</li>													
		<li id="wp-admin-bar-new-content" class="menupop">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/post-new.php?post_type=post"><span>Add[/URL] New</span></a>

						<ul>
											
		<li id="wp-admin-bar-new-post" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/post-new.php?post_type=post">Post</a>[/URL]

			
					</li>											
		<li id="wp-admin-bar-new-page" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/post-new.php?post_type=page">Page</a>[/URL]

			
					</li>							</ul>
			
					</li>													
		<li id="wp-admin-bar-comments" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/edit-comments.php">Comments[/URL] <span id='ab-awaiting-mod' class='pending-count'>109</span></a>

			
					</li>													
		<li id="wp-admin-bar-appearance" class="menupop">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/themes.php"><span>Appearance</span></a>[/URL]

						<ul>
											
		<li id="wp-admin-bar-widgets" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/widgets.php">Widgets</a>[/URL]

			
					</li>											
		<li id="wp-admin-bar-menus" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/nav-menus.php">Menus</a>[/URL]

			
					</li>							</ul>
			
					</li>													
		<li id="wp-admin-bar-updates" class="">
			<a href="[URL unfurl="true"]http://www.primenet.com/wp-admin/update-core.php"><span[/URL] title='13 Plugin Updates, 1 Theme Update'>Updates <span id='ab-updates' class='update-count'>14</span></span></a>

			
					</li>									</ul>
			</div>

			<div id="adminbarsearch-wrap">
				<form action="[URL unfurl="true"]http://www.primenet.com"[/URL] method="get" id="adminbarsearch">
					<input class="adminbar-input" name="s" id="adminbar-search" type="text" value="" maxlength="150" />
					<input type="submit" class="adminbar-button" value="Search"/>
				</form>
			</div>
		</div>

		 
<div style="clear:both; width:950px; margin:0 auto; ">
	<!-- background-image:url('[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/footer-v3_01.png');[/URL] -->
	<div style=" width:615px; min-height:234px; background-repeat:no-repeat; position:relative; float:left; top:-18px;left:20px;">
		<div class="newsFooter" style="clear:both;  width: 266px; position:relative; float:left;  padding-left: 20px; padding-top:55px;">
			<p>
                                <span class="Title" style="font-family:Arial; font-size:2em;">
				   <a href="[URL unfurl="true"]http://www.primenet.com/category/blog"[/URL] rel="bookmark">Blog</a>
			        </span>
                                <br />
                                <br />
                                <div style="position:relative; top:-13px;">
				  					<a href="[URL unfurl="true"]http://www.primenet.com/traci-blair-saxon-is-the-national-association-of-professional-women-newest-member/"[/URL] rel="bookmark" class="footerBlogText" title="Traci Blair-Saxon is the National Association of Professional Women Newest Member">
						Traci Blair-Saxon is the National A ...<br />
					</a>
				   June 10, 2013<br style="line-height: 2;" />
				  					<a href="[URL unfurl="true"]http://www.primenet.com/primenets-checkbook-generates-revenue/"[/URL] rel="bookmark" class="footerBlogText" title="PrimeNet&#8217;s checkbook generates revenue">
						PrimeNet&#8217;s checkbook generate ...<br />
					</a>
				   June 6, 2013<br style="line-height: 2;" />
				  				   <a href="[URL unfurl="true"]http://www.primenet.com/category/blog"[/URL] rel="bookmark">MORE</a>
                                </div>
			</p>
		</div>
		<div class="whitePapersFooter" style="width:250px; position:relative; float:left; padding-left: 50px; padding-top: 50px;">
			<span class="Title" style="font-family:Arial; font-size:2em;">
			   <a href="[URL unfurl="true"]http://www.primenet.com/category/news"[/URL] rel="bookmark">News</a>
			</span>
                        <br />
                        <br />
                        <div style="position:relative; top:0px;">
			  				<a href="[URL unfurl="true"]http://www.primenet.com/traci-blair-saxon-is-the-national-association-of-professional-women-newest-member/"[/URL] rel="bookmark" class="footerBlogText" title="Traci Blair-Saxon is the National Association of Professional Women Newest Member">
					Traci Blair-Saxon is the National A ...<br />
				</a>June 10, 2013<br style="line-height: 2;" />
			    				<a href="[URL unfurl="true"]http://www.primenet.com/resident-of-heidelberg-visits-primenet-but-why/"[/URL] rel="bookmark" class="footerBlogText" title="President of Heidelberg Visits PrimeNet &#8211; But why?">
					President of Heidelberg Visits Prim ...<br />
				</a>May 31, 2013<br style="line-height: 2;" />
			    			    
			    <a href="[URL unfurl="true"]http://www.primenet.com/category/news"[/URL] rel="bookmark">MORE</a>
                        </div>
		</div>
	</div>
   <div class="quickTakes" style=" width: 250px; position:relative; float:left; padding-top:18px; left:0px; height:180px; over-flow-y:hidden;">
	   
      <div id="quickTakesText" class="quickTakesText" style="height:200px;">
	 
	 <div id="QTOrangeText" class="QTOrangeText"  style="position:absolute; top:20px; padding-left:18px; padding-top:18px; z-index:1; line-height:110%; left:30px;">
	    <p style="color:#f6821f;"><b style="font-size:1.75em;">Newsletter Sign-up</b><br/>
	       Sign up to receive our newsletter, "Quick Takes in Direct Marketing."
		  <p>
		  <a class="orangeLinkPrimeNet" href="[URL unfurl="true"]http://www.primenet.com/newsletter/"><img[/URL] src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/SIGNUP_button.png"[/URL] /> </a>
	      </div>
	   </div>
	    <div id="socialLogos" class="socialLogos" style="top:170px; left:50px; z-index:1; position:absolute; width: 300px;">
		    <a href="[URL unfurl="true"]https://www.facebook.com/#!/pages/PrimeNet-Marketing/154618777902785"><img[/URL] src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/fb_logo.png"></a>[/URL]
	      <a href="[URL unfurl="true"]http://www.primenet.com/feed/"><img[/URL] src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/rss_logo.png"[/URL] style="margin-left: 18px;"></a>
	      <a href="[URL unfurl="true"]http://twitter.com/#!/primenetllc"><img[/URL] src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/twitter_logo.png"[/URL] style="margin-left: 18px;"></a>
	      <a href="[URL unfurl="true"]http://www.linkedin.com/company/41162"><img[/URL] src="[URL unfurl="true"]http://www.primenet.com/wp-content/themes/PrimeNet2011/images/linkedin-logo2.png"[/URL] style="margin-left: 18px;"></a>
	   </div>
	   
	</div>
	
</div>
	  <div style="clear:both;width:100%;" >
		<p align="center">
						Direct Marketing Solutions | Print Personalization | Data Analytics | Full-Service Printing | Mail Processing | Program Support | <a class="orangeLinkPrimeNet" href="[URL unfurl="true"]http://www.primenet.com/terms-conditions/">Terms[/URL] & Conditions</a> | <a class="orangeLinkPrimeNet" href="[URL unfurl="true"]http://www.primenet.com/security/">Security</a><br[/URL] />
			7320 Bryan Dairy Road | Largo, FL 33777 | 727.447.6245 | 800.826.2869 | [URL unfurl="true"]www.PrimeNet.com[/URL] | &copy; PrimeNet 2011
		</p>
	</div>
	
<script type='text/javascript'>
var __wtw_lucky_def_plan_id = 16;

	(function() {
		var wa = document.createElement('script'); wa.type = 'text/javascript'; wa.async = true;
		wa.src = ('https:' == document.location.protocol ? '[URL unfurl="true"]https://ssl'[/URL] : '[URL unfurl="true"]http://ca105220')[/URL] + '.luckyorange.com/w.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wa, s);
	  })();
	</script>  
	
	







</body>
</html>
 
Okay. I did. What do I need to identify as the issue?
 
probably to debug your css and html as rendered to the browser. typically I do this by using firebug and looking at what css changes are computationally made in both states.

you'll see from the code listing I posted above that you are not outputting the right code (unless you intend for the raw php code to be showing).

if you want help from this forum you will need to provide the full generated html. if css and/or js libraries are linked etc we would need the full address of the linked files.

or better still - provide a url on which we can see the issue.
 
i do not see any evident 'jumping' however the site does not appear optimised for mobile devices at all. so navigation is rather difficult.

that said, loading the site into firefox and having a look in firebug reveals some syntax errors that might well cause issues at some point

Code:
//note the trailing dots
function my_redirect()
{
alert("test");
var firstname = document.getElementById('fname').value;[red].[/red]
var lastname = document.getElementById('lname').value;[red].[/red]
var url = '[URL unfurl="true"]http://www.primenet.com/test-post?fname='+firstname+'&lname='+lastname;[/URL]
//window.location = url;.
}

some other comments

1. you are also linking to old versions of jQuery. I suggest testing with (and then migrating to) the current version of jQuery.

2. you also appear to be loading jQuery from more than one source. sort that out so that jQuery is loaded only once.

3. typically, with jquery, it is better to load the css before you load the scripts.

4. you have meta declarations inside the body tag (twice). why? this breaks validation and, most importantly will not work and will break on mobile devices (potentially a source of your issues).

5. i have checked your carousel code and it looks fine. however, the 'jumping' glitch that you describe could be caused by one or more of the images not be of _identical_ height and width (not just css identical but image identical). there are ways around this. the easiest perhaps is to wrap each image in a div with given width and height and then animate the divs rather than the images directly. the second I have not tried but might be to animate the visibility rather than using fadeout/in. that would then preserve their space in the dom; you would need to know (and keep count) of the number of images in each carousel to be able to animate successfully. or you could use some logic to determine the same on an interative basis.
 
Wow...great response! Thank you for the kind feedback. I'll definitely look into your suggestions.

Question: Did you view this on an apple device? I dont see the glitchiness when on a pc or android device.
 
Where did you find the following code? So just remove the "." after the ";"...?

Code:
//note the trailing dots
function my_redirect()
{
alert("test");
var firstname = document.getElementById('fname').value;.
var lastname = document.getElementById('lname').value;.
var url = '[URL unfurl="true"]http://www.primenet.com/test-post?fname='+firstname+'&lname='+lastname;[/URL]
//window.location = url;.
}
 
I viewed it on an emulator. I can't debug using an apple device unfortunately.

The JavaScript was in the page that you linked to.
 
So far.. I've updated to the new version of jquery and I've added height and width dimensions to the slide show images..

I don't see what you mean by loading jquery from more than one source. Can you please elaborate?

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top