Hello,

I have created my vertical menu which is suppose to open up on the right. However it seems like it is going behind the content of the page.

How can I bring the menu to front?

Recommended Answers

All 3 Replies

use z-index... :)

Use z-index:1000;. it will only work for an element that containing position:absolute; or position:relative;

If you provide a sample of the relevant code you are having trouble with, that would be more helpful in getting this solved.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.