Rank: Newbie Groups: Member
Joined: 3/5/2008 Posts: 3
|
Hi all, I'm using the slide menu inside a default.master page application. The menu works great in IE 6/7 and Safari, but I'm having issues with FireFox. I get the NavigateURL property from a database depending on the user logged in, so I assign the value from the code behind. What hapends in FireFox is the following: Instead of having www.site.com/Admin/customer.aspx for example, I'll get www.site.com/Admin%5Ccustomer.aspx I know that this represents a backslash in html, but that kills my style (although it displays the right page) Any idea? Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Thanks for posting in the forum. We are not aware of any of such issue with slide menu. We verified this with our sample project and it appears to work fine in FireFox. Our steps are as follow:
1. Open our sample project with Visual Studio; 2. Go to Demos -> Menu -> Programming -> Data Binding -> Populating from DataTable; 3. Open Demo.ascx, change eo:Menu to eo:SlideMenu; 4. Open Demo.ascx.cs/vb, change "http://www.atlantaga.gov" to "http://www.atlantaga.gov/test/test.html";
Run the page and click the first slide menu item ("U.S.A"), you will see it navigates to "http://www.atlantaga.gov/test/test.html", regardless what browser you use. The slide menu won't expand because top level items have NavigateUrl set.
You may want to try the same and see if you see the same result in your environment. If you do, then the problem might be related to your code that sets the NavigateUrl, so you can debug that part. If that does not reveal anything, you can either post the page online or create a sample project and send to us so that we can see the problem. Once we are able to see the problem, we will see what we can do.
Thanks
|