Posts by ZIRIG • 51 points
2 posts
-
1
votes2
answers38
viewsA: Dropdown problem in the menu
Using position: absolute in the second UL: .menu li ul { position: absolute; } And removing the shores of the Uls with margin: 0: .menu ul { margin: 0; } So you get the result you expect. .menu {…
-
1
votes1
answer700
viewsA: Fill out form fields with php and ajax
Good evening. I made a modification to your code and now it’s working as you want. I don’t know much about jQuery either but I hope I can help. Remember that HTML is only valid when each field (div,…