I am trying to place a dropdown menu item below the parent menu. When u hover on the parent menu, the child dropdown menu item’s visibility will turn visible.
I positioned the child elements using position:absolute and using top and left.
But when i change the resolution of the monitor the left and top alignment changes
How to position that element. Plz help any help will be appreciated
A List Apart has a wonderful, if old, article on all the intricacies of css drop down menus, with just a little javascript to fix IE. I believe all the CSS still works great, but I can’t speak to the JS still being relevant.