Questions tagged as 'submenu'

2
answers

Leave submenu in container width

How to leave the dropdown within the width of the container? See the link: link So it's the script default: pasteboard.co/12NtG7PEO.png But I'd like it to look like this: pasteboard.co/12QapxzIV.png that the submenu does not have the fu...
asked by 25.04.2017 / 22:54
0
answers

Ionic top menu

I'm trying to make a top menu in ionic but this menu is getting on top of the content, I'd like to know how to leave the content below the menu Here is the code for the page: <!DOCTYPE html> <html> <head> <...
asked by 06.02.2017 / 16:20
1
answer

access menu with over effect. Selenium VBA

I'm having trouble accessing an "interactive menu" using the Selenium library in VBA. follow html code of the page: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <tit...
asked by 20.01.2017 / 15:30
3
answers

Help with CSS - Position Right and Left

I'm trying to create a menu similar to one I've seen on a website. I have managed to do everything right, I just can not let it occupy the entire menu bar. Print1: link Print2: link After much research I discovered that if I left pos...
asked by 28.06.2016 / 23:28
1
answer

javascript - Show / hide menu does not work

function dpdShowHide(){ var orgBtn = getElementById('organizador'); var dpdOrg = getElementById('org-dpd-list'); if (orgBtn !== false) { dpdOrg.visibility('none') } else{ dpdOrg.visibility('block') } } So, my pr...
asked by 07.06.2016 / 14:50
1
answer

Horizontal Menu - CSS [closed]

I'm trying to learn how to work with horizontal menus in CSS. I'm starting and so I'm having a silly question and I did not find anything on the internet similar to my question (Maybe I do not know the correct terms for the problem). My probl...
asked by 23.07.2015 / 21:58
1
answer

How to remove the "extract here" submenu option from an sfx (exe)? [closed]

How to remove the "extract here" option from an sfx (.exe) file created with winrar? Note: The "extract here" option is displayed in the submenu by right-clicking under the file. Any other .exe as long as it is not an sfx does not have this o...
asked by 07.05.2014 / 20:31
1
answer

Dropdown nav, with menu and submenus centralized: what error am I committing?

I'm having a small problem centering a submenu from a dropdown menu. The following example is fairly simple, but it illustrates my problem well: <ul id="menu"> <li>Menu1 <li>Menu2 <ul> <li...
asked by 11.09.2014 / 02:19
1
answer

make a submenu - example on a website below [closed]

I would like to adapt my code to create a submenu like this one: link for example in "categories" - "css" then another side menu appears with the same properties as above and I would like mine to be like this. <div id="menu2"> <ul i...
asked by 02.05.2014 / 10:35