Posts: 457
Name: Randy
Location: Northern Wisconsin
|
Try adding a z-index higher than the slideshow on the actual header.
#header { z-index:500; }
Also, as a suggestion, a list would be a better choice than all those divs. This would eliminate having to add the .navlink to every div.
|