I am using two jQuery functions: One in the header (dropdown replacement) and one in the content part (graphical presentation of available item’s year). My problem is that they overlay. How can I put the dropdown function one layer above the second function?
I am thankful for any hint!
You should apply a z-index CSS property to the element being in the background.
Be aware that both elements (the one you like to bring to front and the one currently overlapping it) need to be in the same stacking context for z-index to work.