How to create menu in PyQt?

What technology is preferable to create an overlapping drop-down menu?

  • What I want is when I hover mouse on menu item, it should show sub menu and overlap content part. I am not able to do this with frame as frame can not overlap one another. Alternatively, I want same design as Quora to show sub menu.

  • Answer:

    What programming language you are using? You may find jquery if you are using html & php. Or if you are using other CMS platform like wordpress, magento etc so you have to done it through control panel by yourself or need to hire a small budget web developer. here are lots of menu examples. Go and find the best one. http://www.jqueryrain.com/example/jquery-menu-example/

Kuldeep Bisht at Quora Visit the source

Was this solution helpful to you?

Other answers

use div and set its position as absolute. This is tricky part. Or you can use <ul> as well. positioning of html elements makes the content overlap. and simply html and css can do it. no need of server side scripting and javascript.

Niraj Raskoti

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.