I need help with positioning the secondary menu to drop down below the primary navbar item on hover. Currently, the menu is displaying above the list item and behind the adjacent list item, as well as being hidden behind content located beneath the navbar.
Here is the code snippet I have tried:
<%@ Master Language="C#" AutoEventWireup="true"
CodeBehind="Site2.master.cs" Inherits="abc.Site2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Head section -->
If you want to see what's happening, please refer to this image: https://i.sstatic.net/pjHjB.png
Can anyone advise me on how to fix this issue? Here is a reference image as well: https://i.sstatic.net/HRvYD.png