- Impact
- 0
I'm making a navigation bar at the top of the page that I want to remain fixed while the use scrolls down the page...I have no problems if I make the bar with HTML and CSS but when I tried to make the bar from an image it doesn't seem to work...specifically, the image doesn't seem to be taking the z-index that I give it so that when you scroll the rest of the page runs over top of it...
I'm using Firefox so it has nothing to do with the various IE bugs...
the CSS I'm using runs something like this....
.navImage {
position: fixed;
z-index: 50;}
the only other clue is that the content of the page is an embedded swf file...is there something about the z-index of swf files and images?
I'm using Firefox so it has nothing to do with the various IE bugs...
the CSS I'm using runs something like this....
.navImage {
position: fixed;
z-index: 50;}
the only other clue is that the content of the page is an embedded swf file...is there something about the z-index of swf files and images?















