Drop pagebanner from image to background image

//Checks for image then adds class, and applies to background.

if( $(".page #pagebannercontainer img").length > 0){
    theurl = $("#pagebannercontainer").find("img").attr("src");
    $("#pagebannercontainer").addClass("hasimage");
    $("#pagebannercontainer").css('background-image', 'url(' + theurl + ')');
}

More From This Section

e.g intro to pagebanner
Disable right-click on the site which should disable the context menu on click on android.
Replace Name with First Name and Last Name fields, but keep name field for submission. Merge First/Last to Name on change

FAQ Topics

Search for help:

> Home