jquery - Bootstrap : affix + carousel + spy does not work correctly -


I develop a new website (). I try to do it with bootstrap script (scraspi, carousel, affix). However, Safari does not work properly in Safari and Chrome:

My page is - Header - Carousel - # Brand-menu (APII) - Landing page content:

 < Code> & lt; Body & gt; & Lt; Header & gt; & Lt ;! - Height: $ (window) .Hight () - $ ("# brand-menu") height () (before script) - & gt; & Lt; Section id = "carousel" & gt; & Lt; / Section & gt; & Lt ;! - height: 15 9px, apixt - & gt; & Lt; Div id = "brand-menu" & gt; & Lt; Div id = "brand" & gt; ... & lt; / Div & gt; & Lt; Navigation ID = "Menu" & gt; ... & lt; / Nav> & Lt; / Div & gt; & Lt; / Header & gt; & Lt; Section & gt; ... & lt; / Section & gt; ... & lt; Script & gt; // Memory Dollar ('# Carousel'). Carousel (); // scroll (159 sticky # is the height of the brand-menu) $ ('# menu'). Scrollup ({offset: 159}); // Scroll to the landing page item $ ('# brands-menu') Scroll_navi (); // Epix brand and menu, when the scrolls hide # carousel $ ("# brand-menu"). Fix ({offset: {top: $ ("# carousel"). Height (), below: 0}}); & Lt; / Script & gt; & Lt; / Body & gt;  

Result:


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -