what is the simplest way to create a thin email signup bar at the top of the browser, that stays there as the user scrolls down and navigates to different pages?
i’m using wordpress and I already have jquery loaded, but haven’t programmed anything using jquery or wordpress yet.
i’ve been mostly a user up to now and know html, css and some php and javascript.
thanks
B
what is the simplest way to create a thin email signup bar at the
Share
Just create a container div for the signup button and add it wherever you would like the button to appear (your page.php, single.php, index.php) or header.php to have it everywhere as another poster suggested. Here is a basic demo and some code that you can use:
HTML
CSS
And here’s a basic demo of the button in use:
http://jsfiddle.net/andresilich/FAVK9/1/