Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8567265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:50:33+00:00 2026-06-11T17:50:33+00:00

I have a Navigation Menu in .aspx web page. I set every MenuItem.ImageUrl to

  • 0

I have a Navigation Menu in .aspx web page.
I set every MenuItem.ImageUrl to a .png Image.
The problem is that the image is shown with a border around of it.
The question is how can I eliminate this border ?

Thankyou very much

Piercarlo

In additions of previous :

enter image description here

I want to eliminate the border indicated by the arrow, the image was put on the menu Item by the property of menuItem .ImageUrl.
The image is 16 pixel .png with background transparent and without border

I tried without success following:

  • css: border:none,

  • property of menu:

     <asp:Menu runat="server">
    <StaticMenuItemStyle  BorderStyle="None" />
    <DynamicMenuItemStyle  BorderStyle="None" />
    

I have no idea how do.

Thankyou for helping;

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T17:50:34+00:00Added an answer on June 11, 2026 at 5:50 pm

    I found a resolution to my problems with help of javascript following the code:

    window.onload = GetMenuImage;
    function GetMenuImage() {
        var NavMenu = document.getElementById('<%=NavigationMenu.ClientID%>');
        if (NavMenu != null) {
            var Images = NavMenu.getElementsByTagName('img')
            var cont = 0;
            while (cont < Images.length) {
                Images[cont].style.border = 'none';
                Images[cont].style.heigth = '10%';
                Images[cont].style.width = '10%';
                cont++;
            }
        }
    

    I hope that this can help some other else

    Bye
    Piercarlo

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to have a navigation menu that reflects page changes based on clicks
I currently have a navigation-menu: ... <p:menuitem id=id1 value=Page 1 action=home.xhtml?faces-redirect=true actionListener=#{homeBean.someMethod(1)}/> <p:menuitem id=id2
I have a custom navigation menu for my SharePoint intranet web application which is
I have a menu set up this way: <div id='top-navigation'> <ul> <li><a class='top-nav-button-unclicked' href='#'>SUBJECT</a></li>
I have a navigation menu within a page on my site, which has JavaScript
On my page I have one navigation menu and two content containers. The content
I have navigation menu that once the user click then change and fade the
I have navigation menu using images, I want that if the user click a
I have a situation where I have a navigation menu that's a series of
I have a navigation menu defined in visual web developer 2010 express using a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.