I've designed a sleek top bar for my upcoming website project. Below is the CSS code snippet for creating this clean div bar:
.topbar {
display:block;
width:100%;
height:40px;
background-color:#f5f5f5;
}
I'm looking to incorporate a simple .SWF flash mp3 player into this top bar without causing it to reload or refresh when users navigate through inner website pages where the bar is present.
Something similar to the seamless top bar seen on
Is there a way to achieve this non-refresh functionality?
Appreciate any insights!
P.S. I'd prefer not to use iframes to embed the rest of the website content. Is there a JavaScript solution available?
Could someone provide more information about http://angularjs.org/? It was recommended in previous responses!