When I add a static bottom separator image to my menu control, it is displayed in design mode. However, it does not show on the web page when testing. It does not render and displays the white box with red x. My other images are showing fine. I am using Microsoft Visual Web Developer 2010 Express and IE for my browser. Here is my code.
I am using that standard asp.net menu system and I have it linking to an SQL view via XML. All that stuff works fine but when I try to add a separator image to the menu it adds the image below the text. It looks like it is wrapping the image down to the next line.
i want to round the corner of top and bottom of asp.net menu.i have done this by adding chiditem with blank name and set image but its not showing properly on all major browser.
how we can apply navigation panel at bottom of asp.net running panel?I have one aspx page. i want to apply the mail system on my navigation panel. So I can i get bottom navigation panel on mouse over event.
On my website I have implemented an asp:menu control which works fine in Firefox. Unfortunately, for some reason, the bottom border is missing in submenues in IE. You can see the problem here: [URL] Do you have any suggestions on how to solve the problem?
I have seen many web sites using a vertical line as separator, between menu items. How can I create a menu with that line..?Is there any link about styling menu control ?
I'm trying to use DetailsView of asp.net to display data in the following format:
Name: Adam Age: 18 Gender: M
And I wanted to add a lines (gray image) between each two rows
Name: Adam Age: 18 Gender: M
I managed to put the image as another row between each two rows, but it make it start only on the second column (of the data) because the first column "saved" for the header (which is empty)
anyone knows how can put the image between the rows and make it "use" the whole line?
I'am Developing a commercial website using vs2005 and sql,in which i want the users to download wallpapers which is available in my webpage.so for each image i want to use a download button control at the bottom of the image.so wen the user clicks the button the download dialog box should appear.so pls help me with the coding for this.
when I hover over a menu option it's contents are shown above instead of the Bottom off. Even though the hover control says bottom. In my browser and others it works fine, I use IE8. But some browsers it's goes wrong.
I soved my first problem (Can image as top menu by using sitemap ?) Now I hope Expand/collpse images of tree view on the top of my main menu's image. Do I have anyway to do so?
I am using a Menu Control which have a sitemap datasource. I use a image as arrow indicator for menu item. My problem i have to change that arrow image dynamically when clicking the menu item.
I would like to continue my background image to the right end of the content holder and keep the menu items over on the left of the content holder. Does this make sense? For example, my menu items are dynamically loaded. Sometimes I have only two (Guest and Member). Right now my background image ends rignt after the "Member" item but I want the image to continue across the page. It is important to note that setting the "width" property in the CSS stretches the items across the page and this is not what I seek. Here's a bit of code.
I am knew to CSS I never usually do it. I am creating a menu and I change the image of the button when the button is hovered over it. But when I go on the submenu the image reverts back to the original image. The code I have used is below.
I would like to set my submenu text and back color diff than my main menu. I would also like to use a custom image between my horizontal menu items and underline my vertical menu items. I have an image i could show but its saved on my desk top, if somone could tell me how to show the image and what properties
I remember I read a tutorial at asp.net. The tutorial is to add a row to display the category name before a different category starts in a GridView that displays products ordered by category. But I cannot find the tutorial anymore.