Posts by Samuel • 18 points
2 posts
-
-3
votes2
answers76
viewsA: Sub-menus opening together
The problem is in the classes. See that for example: .submenu-items a:hover { background-color: rgb(255, 115, 0); } .menu-categories div:hover .deep-menu { display: block; } When any element of the…
-
-1
votes2
answers59
viewsQ: Is there a type of Javascript that stores data from any file?
Ex: In a form in a file type input field in an html any user of my system attaches a file. After pressing Submit I wish the file to be kept in a Javascript variable. Is there any type capable of…