Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 03-09-2009, 11:02 PM   #1
Senior Warrior Member
War Room Member
 
BJ Min's Avatar
 
Join Date: Jun 2007
Location: Los Angeles, CA
Posts: 1,675
Thanks: 148
Thanked 36 Times in 19 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to BJ Min
Default Where Do You Download Moving Red Arrows GIF?

hi,

i was wondering do you a place to download
cool moving red arrows (gif file) to increase
conversion?

also, does anyone know how to make the
optin button to turn from RED TO GREEN
when you move the mouse button near it?
(I have seen this with many pages...and it looks very cool)

thanks
BJ

BJ Min is offline   Reply With Quote
Old 03-09-2009, 11:10 PM   #2
Wordsmith
War Room Member
 
Tsnyder's Avatar
 
Join Date: Jul 2003
Location: , , USA.
Posts: 2,530
Thanks: 260
Thanked 621 Times in 320 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to Tsnyder
Default Re: Where Do You Download Moving Red Arrows GIF?

Red arrow animated gif

http://www.aaa-clipart.com/data/anim3/arrows/an11.gif

Tsnyder

There is still nothing for sale here but a person with
some imagination and a sense of humor might have a bit
of fun at http://www.facebook.com/pages/DucTales/195406083832415
Tsnyder is offline   Reply With Quote
Old 03-09-2009, 11:16 PM   #3
BetterPLR.com
War Room Member
 
Chris Kent's Avatar
 
Join Date: Jan 2009
Posts: 3,838
Blog Entries: 48
Thanks: 150
Thanked 954 Times in 475 Posts
Default Re: Where Do You Download Moving Red Arrows GIF?

I don't have a moving arrow but there are a ton of cool graphics here which is where I got my arrow from:

The online royalty free clipart 17439 - vector clip art online, royalty free & public domain

As for how to do the red green thing, why not just view source and take a look?

Chris Kent is online now   Reply With Quote
Old 03-09-2009, 11:17 PM   #4
Senior Warrior Member
War Room Member
 
BJ Min's Avatar
 
Join Date: Jun 2007
Location: Los Angeles, CA
Posts: 1,675
Thanks: 148
Thanked 36 Times in 19 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to BJ Min
Default Re: Where Do You Download Moving Red Arrows GIF?

hey...thanks!

does ANYONE know how to get that ORDER BUTTON
to turn from RED to GREEN?

just like http://www.actionpopup.com

what software or script do you have to use?

i would want to pay for that or find out how to do it...

bj

BJ Min is offline   Reply With Quote
Old 03-09-2009, 11:30 PM   #5
I have a lame list.
War Room Member
 
Dan C. Rinnert's Avatar
 
Join Date: Jul 2008
Location: One Second into the Future
Posts: 4,256
Blog Entries: 1
Thanks: 811
Thanked 2,176 Times in 1,003 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Where Do You Download Moving Red Arrows GIF?

Quote:
Originally Posted by BJ Min View Post
does ANYONE know how to get that ORDER BUTTON
to turn from RED to GREEN?
That's just a simple mouseover Javascript. Do a Google search and you'll probably come up with a number free or cheap scripts to use.

Click here for the MOST FUN PRODUCT CREATION GUIDE for Procrastinators since forever.
Dan's content is irregularly read by handfuls of people. Join the elite few by reading his blog: dcrBlogs.com or following him on Twitter: dcrTweets.com but NOT by Clicking Here!

----------> [Free WSO] The Lamest WSO in the History of the Warrior Forum ☺ <----------
Dan C. Rinnert is offline   Reply With Quote
Old 03-10-2009, 02:15 AM   #6
Advanced Warrior
War Room Member
 
Join Date: Jan 2007
Location: , , .
Posts: 501
Thanks: 14
Thanked 19 Times in 16 Posts
Default Re: Where Do You Download Moving Red Arrows GIF?

Like someone said above, take it from the source code:

<div align="center"><table border="0" cellspacing="0" cellpadding="5" align="center">
<tr><td nowrap style="background:#ce0000" onMouseDown="this.style.backgroundColor='#ce0000'" onMouseOver="this.style.backgroundColor='#009900'" onMouseOut="this.style.backgroundColor='#ce0000'">
<input type="submit" style="width:100%; cursorointer; cursor:hand; font-family:Tahoma, Verdana; font-size: 16pt; font-weight:bold; letter-spacing: -1; height:40px;" value="Get Action PopUp for $27!" name="submit"></td></tr></table>
</div>

Just change the value with what you want your button to say... and of course, you'll have to direct it to the page you want.
Popstar is offline   Reply With Quote
Old 03-10-2009, 06:27 PM   #7
Senior Warrior Member
War Room Member
 
BJ Min's Avatar
 
Join Date: Jun 2007
Location: Los Angeles, CA
Posts: 1,675
Thanks: 148
Thanked 36 Times in 19 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to BJ Min
Default Re: Where Do You Download Moving Red Arrows GIF?

really cool man...does anyone know how to use this with the AWEBER BUTTON?

BJ Min is offline   Reply With Quote
Old 03-10-2009, 06:36 PM   #8
Senior Warrior Member
War Room Member
 
BJ Min's Avatar
 
Join Date: Jun 2007
Location: Los Angeles, CA
Posts: 1,675
Thanks: 148
Thanked 36 Times in 19 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to BJ Min
Default Re: Where Do You Download Moving Red Arrows GIF?

how do you make it REDIRECT?

for example...if you want that code to redirect
to domain.com, how would that code above look like?

BJ Min is offline   Reply With Quote
Old 03-10-2009, 06:43 PM   #9
Defending Floors
War Room Member
 
Join Date: Apr 2005
Location: , , USA.
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Where Do You Download Moving Red Arrows GIF?

As PopStar said... "just change the value with what you want your button to say."

Enclose the Aweber Button inside the table cell "<td>" as the input button is shown in the example above and you'll get the same effect.

<td nowrap style="background:#ce0000" onMouseDown="this.style.backgroundColor='#ce0000'" onMouseOver="this.style.backgroundColor='#009900'" onMouseOut="this.style.backgroundColor='#ce0000'"> <input type="submit" ###and the rest of your Aweber button variables here###></td>

Doug Castleton is offline   Reply With Quote
Old 03-10-2009, 06:58 PM   #10
Senior Warrior Member
War Room Member
 
BJ Min's Avatar
 
Join Date: Jun 2007
Location: Los Angeles, CA
Posts: 1,675
Thanks: 148
Thanked 36 Times in 19 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to BJ Min
Default Re: Where Do You Download Moving Red Arrows GIF?

sorry for being a tech dummie

this is my HTML code for my AWBER CODE (full)

<center><form method="post" action="http://www.aweber.com/scripts/addlead.pl" target="_new">
<input type="hidden" name="meta_web_form_id" value="1755540765">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="unit" value="lotterymethod00">
<input type="hidden" name="redirect" value="http://www.lotterymethod.com/0/page02.htm" id="redirect_12f6746b58636221785b1c2f98256295">
<input type="hidden" name="meta_redirect_onlist" value="http://www.lotterymethod.com/0/page02.htm">
<input type="hidden" name="meta_adtracking" value="lotterymethod.com">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="from">
<input type="hidden" name="meta_forward_vars" value="0">
<table>
<tr><td colspan=2><center>&nbsp;</center></td></tr>
<tr><td>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
<tr><td>Your Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
<tr><td align="center" colspan="2"><input type="submit" name="submit" value="YES! I Want In! >>"></td></tr>
<tr><td colspan=2><center></center></td></tr>
</table>
</form>

<img src="http://forms.aweber.com/form/displays.htm?id=jOysrKwsDOxsrA==" border="0" />
</center>



so what part or (everything) do i paste to that above code?

BJ Min is offline   Reply With Quote
Old 03-12-2009, 12:32 AM   #11
Active Warrior
War Room Member
 
WebScript's Avatar
 
Join Date: Aug 2008
Location: Villa Park, Illinois, USA.
Posts: 68
Thanks: 28
Thanked 8 Times in 8 Posts
Default Re: Where Do You Download Moving Red Arrows GIF?

Quote:
Originally Posted by BJ Min View Post
sorry for being a tech dummie
...
...

so what part or (everything) do i paste to that above code?

Yes, everything


Basically, your AWeber form code remains the same, except that the
<input type="submit" ...>
is replaced by the code (above) given by Popstar.

So, breaking it up so it is easier to see what's happening:

This is the start of the code and it is exactly as you provided your AWeber form code:
HTML Code:
<center><form method="post" action="http://www.aweber.com/scripts/addlead.pl" target="_new">
<input type="hidden" name="meta_web_form_id" value="1755540765">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="unit" value="lotterymethod00">
<input type="hidden" name="redirect" value="http://www.lotterymethod.com/0/page02.htm" id="redirect_12f6746b58636221785b1c2f98256295">
<input type="hidden" name="meta_redirect_onlist" value="http://www.lotterymethod.com/0/page02.htm">
<input type="hidden" name="meta_adtracking" value="lotterymethod.com">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="from">
<input type="hidden" name="meta_forward_vars" value="0">
<table><tr><td colspan=2><center>&nbsp;</center></td></tr>
<tr><td>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
<tr><td>Your Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
<tr><td align="center" colspan="2">

<img src="http://forms.aweber.com/form/displays.htm?id=jOysrKwsDOxsrA==" border="0" /></center>

Remove the AWeber submit button code:
Code:
<input type="submit" name="submit" value="YES! I Want In! >>">

Replace it with the code (above) given by Popstar: (remember to edit the text you want to show in the button)
HTML Code:
<div align="center"><table border="0" cellspacing="0" cellpadding="5" align="center">
<tr><td nowrap style="background:#ce0000" onMouseDown="this.style.backgroundColor='#ce0000'" onMouseOver="this.style.backgroundColor='#009900'" onMouseOut="this.style.backgroundColor='#ce0000'">
<input type="submit" style="width:100%; cursorointer; cursor:hand; font-family:Tahoma, Verdana; font-size: 16pt; font-weight:bold; letter-spacing: -1; height:40px;" 
value="YES! I Want In! >>" 
name="submit"></td></tr></table></div>

Finish with the remainder of the code from your original AWeber code.
HTML Code:
</td></tr>
<tr><td colspan=2><center></center></td></tr></table></form>

<img src="http://forms.aweber.com/form/displays.htm?id=jOysrKwsDOxsrA==" border="0" /></center>

Then just paste the three pieces of code together:
HTML Code:
<center><form method="post" action="http://www.aweber.com/scripts/addlead.pl" target="_new">
<input type="hidden" name="meta_web_form_id" value="1755540765">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="unit" value="lotterymethod00">
<input type="hidden" name="redirect" value="http://www.lotterymethod.com/0/page02.htm" id="redirect_12f6746b58636221785b1c2f98256295">
<input type="hidden" name="meta_redirect_onlist" value="http://www.lotterymethod.com/0/page02.htm">
<input type="hidden" name="meta_adtracking" value="lotterymethod.com">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="from">
<input type="hidden" name="meta_forward_vars" value="0">
<table><tr><td colspan=2><center>&nbsp;</center></td></tr>
<tr><td>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
<tr><td>Your Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
<tr><td align="center" colspan="2">

<!--  -->

<div align="center"><table border="0" cellspacing="0" cellpadding="5" align="center">
<tr><td nowrap style="background:#ce0000" onMouseDown="this.style.backgroundColor='#ce0000'" onMouseOver="this.style.backgroundColor='#009900'" onMouseOut="this.style.backgroundColor='#ce0000'">
<input type="submit" style="width:100%; cursorointer; cursor:hand; font-family:Tahoma, Verdana; font-size: 16pt; font-weight:bold; letter-spacing: -1; height:40px;" value="YES! I Want In! >>" name="submit"></td></tr></table></div>

<!--  -->

</td></tr>
<tr><td colspan=2><center></center></td></tr></table></form>

<img src="http://forms.aweber.com/form/displays.htm?id=jOysrKwsDOxsrA==" border="0" /></center>
That should do it.
WebScript is offline   Reply With Quote
Old 03-12-2009, 01:26 AM   #12
HyperActive Warrior
 
Samuel Lee's Avatar
 
Join Date: Jan 2009
Location: Ottawa, Canada
Posts: 285
Thanks: 64
Thanked 7 Times in 7 Posts
Default Re: Where Do You Download Moving Red Arrows GIF?

Thank you for your post productcreator, will be using these not only on my sales pages, but adding to youtube vids as well! Many thanks!

Samuel Lee is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
arrows, download, gif, moving, red

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 04:59 PM.