![]() |
Footer SlideUp For Any Website and Any AutoResponder
2 Attachment(s)
After AWeber, GetResponse and Feedburner SlideUp there has been so many requests for Slideup especially for Blogger and other Autoresponders and so here I come up with a general SlideUp HTML code that you can use for any any autoresponder with any CMS of your choice including static pages. As this is a general HTML code this would require some basic knowledge of HTML.
1. StyleLet us begin CSS. You can add the following to your existing CSS file or can to a new CSS file and link it. Code:
div#footerform{ background:#6699CC; text-align:center; position:fixed; bottom:0; left:0; width:100%; height:46px; border-top:3px solid #AE670A; display:none; z-index: 10; }Code:
div#footerform .formInputNamefooter { background:url(images/name.png) no-repeat; }http://cache.g4estatic.com/footer-sl...mages/name.png http://cache.g4estatic.com/footer-sl...mages/mail.png Make sure you have class="formInputfooter formInputNamefooter" and class="formInputfooter formInputEmailfooter" styles applied to the name and email fields of your HTML code which we will generate in last step.2. ScriptsWe will need 3 JS files.
After you upload the CSS and JS files to your server you will have to have the needed html code to link to the CSS and JS files. You can put the following code anywhere on the page but it should be at least just above the final HTML code that we will put in the next step. Code:
<link rel="stylesheet" href="http://yourdomain.com/css/folder/path/style.css" type="text/css" media="screen" />3. HTMLThe last and final thing thing we will do is the HTML. Generate the HTML code for your autoresponder and grab the HTML of it now. HTML Code:
<div id="footerform"><!-- HTML Web Form TO be Replace --> and <!-- /HTML Web Form TO be Replace -->. If you are using extra CSS styling options do not miss to add class="formInputfooter formInputNamefooter" and class="formInputfooter formInputEmailfooter" to your name and email field.Download the complete sample or check the Working Sample of the Code If you have any issues implementing the above just share them in comments below and I will be more than happy to help. |
Re: Footer SlideUp For Any Website and Any AutoResponder
Nominate this article for Article of the month - Jul 2010
|
Re: Footer SlideUp For Any Website and Any AutoResponder
Vote for this article for Article of the month - Jul 2010
|
Re: Footer SlideUp For Any Website and Any AutoResponder
How to vote for this great article, although it requires some design enhancement
|
Re: Footer SlideUp For Any Website and Any AutoResponder
Quote:
|
| All times are GMT +5.5. The time now is 03:29. |