LindaTL Posted July 14, 2021 Share Posted July 14, 2021 Hello, I have a dropdown menu called "Productos" but this menu disappears too quickly when you try to access its sub-menus. It seems that when you mouse over them, it "detects" the slider that is behind of it and it immediately closes. I think also that the dropdown menu maybe is too slow and that is why it occurs. What can I do to fix this? Website: tabletypc.es Thanks in advanced! Link to comment Share on other sites More sharing options...
Ray UK Posted July 15, 2021 Share Posted July 15, 2021 works fine on my browser. have you fixed it ? if not, try clearing your browser cache Link to comment Share on other sites More sharing options...
ComGrafPL Posted July 15, 2021 Share Posted July 15, 2021 Working fine for me as well. Link to comment Share on other sites More sharing options...
SmartDataSoft Posted July 17, 2021 Share Posted July 17, 2021 @LindaTL I also check in ubuntu google chrome. It work fine. If you still have the problem. you can made a video and share here. We will try to give you a solutio Thank you Link to comment Share on other sites More sharing options...
LindaTL Posted July 19, 2021 Author Share Posted July 19, 2021 Hello guys, I have made two main changes: 1) All transitions were 0.5s, now they are 0.2s, so they are a little bit faster and it's easier to access the submenus: transition: opacity 0.2s ease 0s, transform 0.2s ease 0s; -moz-transition: opacity 0.2s ease 0s, -moz-transform 0.2s ease 0s; -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s; -ms-transition: opacity 0.2s ease 0s, -ms-transform 0.2s ease 0s; 2) Add more padding to the labels: padding:0.5em!important It goes better with this, I'm thinking maybe to add a modal to the "Productos" menu, like the one in the cart button. I think it will give a better experience to the users who go to the website and search something in the dropdown-menu. Thank you all! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now