By Margaret Ousset on Tuesday, 29 April 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 481
Votes 0
On the page listed below the navigation is going back behind the blog. I have added a z-index of 0 to the ezblog-head (as I saw in a forum post suggestion) but that has not fixed the problem

http://www.kwikkarofsa.com/news
Hello Margaret,

Eventhough you have set a z-index on your menu, you have set the #header to have a z-index of 0 and since your menu's are contained within the #header element, it will inherit it's z-index as well.

The best way to solve this is to add a z-index to the #header wrap.


#header {
z-index: 999;
}
·
Tuesday, 29 April 2014 00:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post