Seeking assistance in creating a CSS/HTML menu bar that triggers list elements on hover. Facing difficulty arranging the list in two columns.
Code Sample:http://jsfiddle.net/Km922/1/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Experiment</title>
<style media="all">
// CSS code here
</style>
</head>
<body background="Images/global-splash-map.jpg">
// HTML code here
</body>
</html>
When hovering over "menu1," it displays correctly, but when hovering over "menu2," the list elements overlap instead of appearing in a single line. Looking for help to resolve this issue.