Answered by:
Master Page Changed Menu now transaprent background

Question
-
I had a site on an XP box for our intranet. Very basic.
On the materpage I have this code for a small menu.
When I moved it to Windows 7 Pro machine from XP the master page menu background became transparent.
In debug in VS 2015 it looks good. I run dev on the actual server.
I have images but not sure how to upload into this thread.
I tested in Firefox, Chrome and IE and the new transparency is the same in all
Any suggestions?
Here's the code
<asp:Menu ID="MasterMenu" runat="server" BackColor="#FFFBD6"
DataSourceID="SiteMapDS" DynamicHorizontalOffset="2"
Font-Names="Verdana" Font-Size="0.8em" ForeColor="#990000" Height="19px"
StaticSubMenuIndent="10px" StaticDisplayLevels="3" >
<StaticSelectedStyle BackColor="#FFCC66" />
<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
<DynamicHoverStyle BackColor="#990000" ForeColor="White" />
<DynamicMenuStyle BackColor="#FFFBD6" />
<DynamicSelectedStyle BackColor="#FFCC66" />
<DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
<StaticHoverStyle BackColor="#990000" ForeColor="White" BorderStyle="Solid" />
</asp:Menu>From any browser
When running inside VS 2015
- Moved by Zhanglong WuMicrosoft contingent staff Thursday, May 2, 2019 6:00 AM asp.net related.
- Moved by Richard MuellerMVP Thursday, May 2, 2019 1:36 PM Not a Forums Issues question
Wednesday, May 1, 2019 7:11 PM
Answers
-
Hi,
According to your description, the issue is much more related to ASP.NET. So it will be more appropriate to ask your question at ASP.NET Forums.
Thank you for your understanding.
Regards,
Kyle
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.- Proposed as answer by Richard MuellerMVP Thursday, May 2, 2019 1:35 PM
- Marked as answer by Dave PatrickMVP Wednesday, May 8, 2019 2:14 PM
Thursday, May 2, 2019 1:46 AM
All replies
-
You have posted to the wrong forum. This is the ADO.NET Entity Framework forum you have posted to. The forum you want is the ASP.NET fourms.
http://forums.asp.net/
Wednesday, May 1, 2019 10:28 PM -
Hi,
According to your description, the issue is much more related to ASP.NET. So it will be more appropriate to ask your question at ASP.NET Forums.
Thank you for your understanding.
Regards,
Kyle
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.- Proposed as answer by Richard MuellerMVP Thursday, May 2, 2019 1:35 PM
- Marked as answer by Dave PatrickMVP Wednesday, May 8, 2019 2:14 PM
Thursday, May 2, 2019 1:46 AM