Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Nav Menu

#93683
noahgelman
Participant

Z-index does not apply to elements that are positioned static. Your elements are going under the content div because the content div is after the hovered element in the DOM.

Just add position:relative; to the css for the elements you want to appear over the content div.

As for the second issue, I have no idea what the problem is unless I see a link to the page in question. It could be a dozen different things.