Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to make an arrow down in asp.net menu with site map DataSource?
    text
    copied!<p>My menu in asp.net show on the right corner, but I want it to be downward. Here is the url of my website <a href="http://www.theucreate.com/default.aspx" rel="nofollow">http://www.theucreate.com/default.aspx</a><br> In what we do menu it shows the arrow on the right rather than down.</p> <pre><code>CSS Code : .menuItem { border:Outset 1px black; background-color:Gray; font:14px Arial; color:White; padding:3px; position:relative; z-index: 9999; width:125px; text-align:center; } </code></pre> <p>Menu Code : </p> <p></p> <pre><code> &lt;asp:SiteMapDataSource ID="srcSiteMap" Runat="server" ShowStartingNode="false" /&gt; </code></pre> <p>Site Map Code :</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8" ?&gt; &lt;siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" &gt; &lt;siteMapNode url="~/Default.aspx" title="Home" description="The home page of the Website"&gt; &lt;!-- SiteMapPath Nodes --&gt; &lt;siteMapNode title="Home" description="Home"&gt; &lt;/siteMapNode&gt; &lt;!-- Menu Nodes --&gt; &lt;siteMapNode title="What we do" description="Group of companies"&gt; &lt;siteMapNode url="~/UsingMenu/MenuSiteMap.aspx" title="ADMG logo" description="Abu Dhabi Marketing Group" /&gt; &lt;siteMapNode url="~/UsingMenu/MenuSiteMap.aspx111" title="JamalMedia Logo" description="Jamal Media" /&gt; &lt;siteMapNode url="Images/images/Emirates Palace.jpg" title="AFKARsoft Logo" description="AFKARsoft"/&gt; &lt;/siteMapNode&gt; &lt;!-- TreeView Nodes --&gt; &lt;siteMapNode title="Portfolio" url="" description=""&gt; &lt;/siteMapNode&gt; &lt;siteMapNode title="Download" description=""&gt; &lt;/siteMapNode&gt; &lt;siteMapNode title="News Blog" description=""&gt; &lt;/siteMapNode&gt; &lt;siteMapNode title="About Us" description=""&gt; &lt;/siteMapNode&gt; &lt;siteMapNode title="Awards" description=""&gt; &lt;/siteMapNode&gt; &lt;siteMapNode title="Contact Us" description=""&gt; &lt;/siteMapNode&gt; &lt;/siteMapNode&gt; &lt;/siteMap&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload