background-blend-mode: luminosity;
background:
url("../img/bg-header.png") center top repeat-x,
linear-gradient(top, #459fcc 0%, #efecec 570px);
background:
url("../img/bg-header.png") center top repeat-x,
-webkit-linear-gradient(top, #459fcc 0%, #efecec 570px);
background:
url("../img/bg-header.png") center top repeat-x,
-moz-linear-gradient(top, #459fcc 0%, #efecec 570px);
$('#site').val().length >= 4
$('#site').val().indexOf(".")
$(document).click(function () {
if (! $(this).hasClass('inner-menu')) {
$('.inner-menu').slideUp(300);
}
});
$(function() {
$( "родительский элемент" ).on(".send-feed", "click", function() {
$(".prepp-hidden-block").animate({
height:'toggle'
}, 600).delay(50).queue(function(){
$(".request-bounce").addClass( 'animated bounceIn' );
$(this).dequeue();
});
});
});
$( "li" ).each(function( index ) {
console.log( index + ": " + $( this ).text() );
});
#page_down
{
margin-top: -200px (высота футера)
}
#page
{
padding-bottom: 200px (отступ у контента, чтобы он не наезжал на футер)
}