Your effect will then show with three different bubbles.
The bubble.gif files will need to be uploaded to the server either via FTP or using an action like Upload Stuff or Extra Resources - just make sure that the path defined in
the code is correct.
Your effect will then show with three different bubbles.
The bubble.gif files will need to be uploaded to the server either via FTP or using an action like Upload Stuff or Extra Resources - just make sure that the path defined in
the code is correct.
I opened a test site and used the merge template (would rather do this then screw up with what I have done so far)
I put this:
<script language="JavaScript1.2">
<!-- Begin
//Bubble Script by Lisa (email@hidden, http://lissaexplains.com)
//Based on code by Altan d.o.o. (email@hidden)
//For full source code and installation instructions to this script, visit http://www.dynamicdrive.com
var no = 15; // image number or falling rate
var speed = 2; // the lower the number the faster the image moves
var snow = new Array();
snow[0] = "bubble.gif"
after the under page - html markup - after
I then put the bubble on the paste board unlayered - used the upload extra resources action and uploaded bubble.gif to the html option.
uploaded. But in addition to not seeing it, I am not seeing any of the template merge except the backdrop.
any help would be wonderful.
Thank you
Julie
On Apr 12, 2011, at 3:36 AM, Dan J wrote:
Ah, I would recommend using the “Upload Stuff” action to include those graphics. Don’t mess with the Resources folder.
I would try moving the entire block of code into the Before /BODY
section of the page. Unless you are using “unobtrusive scripting”
techniques (as in Protaculous’s code), you must make sure that your
code fires after the entire page loads, otherwise your script may be
looking for elements that don’t exist – yet.
Walter
On Apr 12, 2011, at 1:43 PM, Julie Maxwell Allen wrote:
J
On Apr 12, 2011, at 2:10 PM, Walter Lee Davis wrote:
I would try moving the entire block of code into the Before /BODY section of the page. Unless you are using “unobtrusive scripting” techniques (as in Protaculous’s code), you must make sure that your code fires after the entire page loads, otherwise your script may be looking for elements that don’t exist – yet.
Walter
On Apr 12, 2011, at 1:43 PM, Julie Maxwell Allen wrote:
You have to move it to the very bottom, to before /body (before end of
body) and see if that makes any difference. Before (before
start of body) is worse than where you had it.
Walter
On Apr 12, 2011, at 2:19 PM, Julie Maxwell Allen wrote:
I moved it to before and still no bubbles.
J
On Apr 12, 2011, at 2:10 PM, Walter Lee Davis wrote:
I would try moving the entire block of code into the Before /BODY
section of the page. Unless you are using “unobtrusive scripting”
techniques (as in Protaculous’s code), you must make sure that your
code fires after the entire page loads, otherwise your script may
be looking for elements that don’t exist – yet.
Walter
On Apr 12, 2011, at 1:43 PM, Julie Maxwell Allen wrote:
On Apr 12, 2011, at 2:27 PM, Walter Lee Davis email@hidden wrote:
You have to move it to the very bottom, to before /body (before end of body) and see if that makes any difference. Before (before start of body) is worse than where you had it.
Walter
On Apr 12, 2011, at 2:19 PM, Julie Maxwell Allen wrote:
I moved it to before and still no bubbles.
J
On Apr 12, 2011, at 2:10 PM, Walter Lee Davis wrote:
I would try moving the entire block of code into the Before /BODY section of the page. Unless you are using “unobtrusive scripting” techniques (as in Protaculous’s code), you must make sure that your code fires after the entire page loads, otherwise your script may be looking for elements that don’t exist – yet.
Walter
On Apr 12, 2011, at 1:43 PM, Julie Maxwell Allen wrote:
I am also doing this when on the first page - going into html markup
On Apr 12, 2011, at 2:27 PM, Walter Lee Davis wrote:
You have to move it to the very bottom, to before /body (before end of body) and see if that makes any difference. Before (before start of body) is worse than where you had it.
Walter
On Apr 12, 2011, at 2:19 PM, Julie Maxwell Allen wrote:
I moved it to before and still no bubbles.
J
On Apr 12, 2011, at 2:10 PM, Walter Lee Davis wrote:
I would try moving the entire block of code into the Before /BODY section of the page. Unless you are using “unobtrusive scripting” techniques (as in Protaculous’s code), you must make sure that your code fires after the entire page loads, otherwise your script may be looking for elements that don’t exist – yet.
Walter
On Apr 12, 2011, at 1:43 PM, Julie Maxwell Allen wrote: