|
|
@@ -31,7 +31,7 @@ header('Content-Type: text/html; charset=UTF-8');
|
|
|
}
|
|
|
|
|
|
$('li a').click(function () {
|
|
|
- $('html, body').animate({ scrollTop: $($(this).attr('href')).position().top +60}, 'slow');
|
|
|
+ $('html, body').animate({ scrollTop: $($(this).attr('href')).position().top }, 'slow');
|
|
|
if ($(this).attr('href')=='#footer-outer') { showContact(); }
|
|
|
return false;
|
|
|
});
|
|
|
@@ -45,7 +45,6 @@ header('Content-Type: text/html; charset=UTF-8');
|
|
|
$('#logo').css('opacity','0');
|
|
|
$('#navlist').css('height','55px');
|
|
|
$(window).scroll(function () {
|
|
|
-
|
|
|
if($(this).scrollTop() > startY ){
|
|
|
$('#logo').css({'opacity':'1', 'transition': 'opacity 0.5s ease-in-out'});
|
|
|
}else{
|