0

I've just added a feature to my site which I followed from the FortySeven Media website. It basically makes your Footer stick to the bottom of the browser.

However, now my Header is behind everything else and the links inside the Header are no longer clickable. Does anyone know how I can bring my Header back to the front.

Here's the page I'm working on right now, 404 - Skiroid. I'm trying to get that page to work before I fix all the other pages.

I've spent an hour messing around with it trying to get the Header back to the front. Everything I've tried doesn't seem to be working.

Any help would be awesome! Thanks.

4

1 に答える 1

1

z-index を機能させるには、要素に固定、絶対、または相対の位置を指定する必要があります。

ヘッダーにはこれらのどれもありませんが、z-index を宣言します。ヘッダーpositon:relativeを指定すると、機能するはずです。

于 2012-04-23T20:57:02.563 に答える