CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 4/4/2007 6:29:52 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 8 Views: 63 Favorited: 0 Favorite
9 Items, 1 Pages 1 |< << Go >> >|
safknw
Asp.Net User
Sub menu not visible in IE4/4/2007 6:29:52 PM

0

I created 2 level menu (site map is datasource). Menu appeaers perfectly in firefox and opera, but second level menu doesn't appear in IE(both 6 and 7). I didn't understand what's problem. If it doesn't work in Firefox and Opera, I can understand.

 One more problem is that content of content pane is not apearing properly in IE (only half of content pane is visible).

Sad 


Sharique udddin Ahmed Farooqui
Web Developer
Managefolio.com
http://it.managefolio.com
moredotnet
Asp.Net User
Re: Sub menu not visible in IE4/5/2007 5:02:34 AM

0

Can you paste your code here?
Cheers
Vishal Khanna | MCAD.NET | Intersoft Data Labs
(Please mark as answer if reply helps)


.NET Interviews & FAQs @ www.dotnetUncle.com



Search & Post Free Ads

safknw
Asp.Net User
Re: Sub menu not visible in IE4/5/2007 10:06:58 AM

0

There is nothing special just one menu control with sitemap datasource. 

<tr>
                <ul id="nav">
                    <td valign="top">
                        <asp:Menu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1" Width="163px">
                          <StaticSelectedStyle CssClass="menu" />
                          <DynamicMenuItemStyle CssClass="menu" />
                          <StaticHoverStyle CssClass="menu" />
                          <DynamicMenuStyle CssClass="menu" />
                        </asp:Menu>
                    </td>
                    <td colspan="2" class="content" valign="top">
                        <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                        </asp:ContentPlaceHolder>
                        <br />
                        <br />
        <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="False" />
                        <br />
                    </td>
                </ul>
            </tr>


Sharique udddin Ahmed Farooqui
Web Developer
Managefolio.com
http://it.managefolio.com
moredotnet
Asp.Net User
Re: Sub menu not visible in IE4/5/2007 10:53:50 AM

0

Would like to see a snippet of your Sitemap file.

Also, Is the UL tag working inside the TR tag without an error?


Cheers
Vishal Khanna | MCAD.NET | Intersoft Data Labs
(Please mark as answer if reply helps)


.NET Interviews & FAQs @ www.dotnetUncle.com



Search & Post Free Ads

moredotnet
Asp.Net User
Re: Sub menu not visible in IE4/5/2007 10:58:55 AM

0

Okay friend, try this, its simple & it works on IE...

Default.aspx

<%

@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>

<!

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<

html xmlns="http://www.w3.org/1999/xhtml" >

<

head runat="server">

<title>Untitled Page</title>

</

head>

<

body>

<form id="form1" runat="server">

<div>

<table>

<tr>

 

<td valign="top">

<asp:Menu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1" Width="163px">

<StaticSelectedStyle CssClass="menu" />

<DynamicMenuItemStyle CssClass="menu" />

<StaticHoverStyle CssClass="menu" />

<DynamicMenuStyle CssClass="menu" />

</asp:Menu>

</td>

<td colspan="2" class="content" valign="top">

 

<br />

<br />

<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="False" />

<br />

</td>

</tr>

</table>

</div>

</form>

</

body>

</

html>

 

Web.Sitemap

<?

xml version="1.0" encoding="utf-8" ?>

<

siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >

<

siteMapNode url="http://www.google.com" title="Google" description="">

<

siteMapNode url="http://www.yahoo.com" title="Yahoo" description="" >

<

siteMapNode url="http://chat.yahoo.com" title="Yahoo Chat"></siteMapNode>

</

siteMapNode>

<

siteMapNode url="http://www.hotmail.com" title="Hotmail" description="" />

</

siteMapNode>

</

siteMap>

 

Ive given code for 2 files above, web.sitemap & Default.aspx. Try it out.

Cheers

moredotnet


Cheers
Vishal Khanna | MCAD.NET | Intersoft Data Labs
(Please mark as answer if reply helps)


.NET Interviews & FAQs @ www.dotnetUncle.com



Search & Post Free Ads

safknw
Asp.Net User
Re: Sub menu not visible in IE4/5/2007 7:45:51 PM

0

Here is the coding for site map.

 

<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
  <siteMapNode url="" title="Managefolio"  description="">
    <siteMapNode url="~/Default.aspx" title="Home" description="Home"/>
    <siteMapNode url="~/Admin/Employees.aspx" title="Employees" description="View/edit all Employees"/>
    <siteMapNode url="~/Admin/Branches.aspx" title="Branches" description="List of Branches"/>
    <siteMapNode url="Clients.aspx" title="Clients" description="All clients"/>
    <siteMapNode url="MFHouse.aspx" title="Mutual Fund House" description="Mutual Fund Houses"/>
    <siteMapNode url="Schemes.aspx" title="Mutual Fund Schemes" description="Mutual Fund Schemes"/>
    <siteMapNode url="MFEntry.aspx" title="Mutual Fund Entry" description="Sell new Mutual Fund"/>
    <siteMapNode url="~/Admin/Default.aspx" title="Administrator" description="Admin section" roles="admin">
      <siteMapNode url="~/Admin/Add Employee.aspx" title="New Employee" description="Add new employee" />
      <siteMapNode url="~/Admin/Add branch.aspx" title="New bracnch" description="Add new Bracnch" />
      <siteMapNode url="~/Admin/Grades.aspx" title="Grades" description="Grade for Branches" />
      <siteMapNode url="~/Admin/Contacts.aspx" title="Contacts" description="All Contacts"/>
      <siteMapNode url="~/Admin/AddMFHouse.aspx" title="Add MF House" description="Add A new Mutual Fund House"/>
      <siteMapNode url="~/Admin/Add scheme.aspx" title="Add new Scheme" description="Add new Scheme"/>
      <siteMapNode url="~/Admin/Payments.aspx" title="Payments" description="Payments byclients"/>
      <siteMapNode url="~/Admin/Commsisions.aspx" title="Commisions" description="Commisions"/>
    </siteMapNode>

  </siteMapNode>
</siteMap>
  
Sharique udddin Ahmed Farooqui
Web Developer
Managefolio.com
http://it.managefolio.com
moredotnet
Asp.Net User
Re: Sub menu not visible in IE4/6/2007 5:31:43 AM

0

Your sitemap looks fine. Check the Inline Code in the Content Page. Try & use <asp:table>, <asp:tablerow>. <asp:tablecell> in the pages.
Cheers
Vishal Khanna | MCAD.NET | Intersoft Data Labs
(Please mark as answer if reply helps)


.NET Interviews & FAQs @ www.dotnetUncle.com



Search & Post Free Ads

ttawin
Asp.Net User
Re: Sub menu not visible in IE4/13/2007 6:06:09 PM

0

I have this exact same problem. Has anyone found the solution?
Free app + source code at www.tunguyen.us
ttawin
Asp.Net User
Re: Sub menu not visible in IE4/14/2007 4:50:59 PM

0

I found the issue to my problem. In my case, if I set the id of my Menu component beginning with an underscore (C# convention), then the DHTML behaviour will not work in IE.


Free app + source code at www.tunguyen.us
9 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Human-computer Interaction-- INTERACT 2007: 11th IFIP TC 13 International Conference, Rio de Janeiro, Brazil, September 10-14, 2007, Proceedings, Part I Authors: Cécilia Baranauskas, IFIP Technical Committee 13 on Human Computer Interaction, Pages: 637, Published: 2007
Effective GUI test automation: developing an automated GUI testing tool Authors: Kanglin Li, Mengqi Wu, Pages: 445, Published: 2004
Information Technology & People Authors: Kevin Crowston, Kevin Crowston & Barbra Kwasnik, Syracuse University, USA, Barbara H Kwasnik, ebrary, Inc, Pages: 121, Published: 2005

Web:
menu not visible in IE menu not visible in IE. Poster: nay_m_c. Dated: Tuesday April 24 2007 - 16:51:26 BST hi all, i have some php that dynamically generates a ...
SmartMenus.org / Menu images not visible in IE - works fine in ... Re: Menu images not visible in IE - works fine in Firefox Opera Safari. Hi, From what I can see at the moment, you have duplicate , tags and ...
Javascript Submenu Ie7 Images Not Show Properly Only with IE7 (IE6 ok, firefox ok): on rollover on javascript submenu, ... 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible ...
WordPress › Support » Search Form is not visible on IE [resolved] Search Form is not visible on IE (9 posts). scegghy .... below






treeview to display directory structure

can we disable a control in the master page in one of the pages inheriting it.

treeview takes time to expand for more nodes

accessing masterpage and sitemap from contentpage ???

pass parameter to a usercontrol on the master page

menu-control indent

security trimming and web.config file

treeview sitemap, control expand / collapse

treeview with checkbox in asp.net 2.0

page_load() is being called twice

unmangling control ids when using master pages

label field control text won't word wrap

how to keep content

drop down menu in a masterpage

add to breadcrumb nodes that is not in sitemap

dynamic loading of themes

set property of control in formview at page load

menu control

asp.net catch auto rename of form field controls inside of content controls that are called into master page placeholders

skin overrides css

help on order of execution.....

setting the content of a contentplaceholder

how do i set master.page image button

master page and wizardcontrol

app_code folder ?

asp:menu items with images - skin code required please!

parallel tree views

masterpage and site map question

accessing a linqdatacontrol from a content page (master pages)?

how to get focus back to the scroll position on post back

   
  Privacy | Contact Us
All Times Are GMT