hey guys...problem again so i've enabled this drop down feature...however it appears under the javascript image rotation that i have...pls peak here... http://usbiochalk.com/index2.html how do i get that drop down to appear above the image rotation? would it be in the image script?
You could try changing the z-index of the navigation menu... I tried looking through your code but with all the tables I couldn't find the main one that holds the navigation... hopefully you can. Set it to something like z-index: 1000 Check this site out for more info on the z-index property: http://css-discuss.incutio.com/wiki/Overlapping_And_ZIndex
ul.dropdown { position: relative; z-index: 5000; float: left; font-color: #e76a2c; } will do the trick