Receive your Vector Immunofluorescence Guide
Products are for professional/laboratory use only.
Producing immunofluorescence (IF) staining results with high specificity and sensitivity begins with choosing the best reagents.
This guide will help you:
- Learn about the IF workflow and how to optimise each step
- Quickly identify and choose the most appropriate fluorescent secondary antibody conjugates
- Select the best antifade mounting medium to preserve your fluorescence signal for imaging and archiving
d
function resizeCTA(){
jQuery(".em_ctab__cta_main_container").each(function(){
var containerHeight = jQuery(this).outerHeight(); var containerWidth = jQuery(this).width();
var content = jQuery(this).find('.em_ctab__cta_content p'); var button = jQuery(this).find('.em_ctab__cta_button');
button.css('top', (containerHeight/2 - button.outerHeight()/2) );
var marginRight = button.outerWidth() + 25;
content.css('margin-right', marginRight);
});
}
jQuery( window ).resize(function() { resizeCTA(); });
jQuery(document).ready(function(){ resizeCTA(); });