ASP.NET 2.0 Menu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fuhrer
    New Member
    • Dec 2006
    • 30

    ASP.NET 2.0 Menu

    Hi all,

    I have some problems concerning ASP.NET 2.0 Menu in my new web application(Wit h C# code).
    I have my menu items saved into an SQL Server 2005 table, and i have in my application an xml datasource related to the menu.
    I retrieve my data and save them into this xml datasource.
    The menu is generated with no problems.

    But in each of my root items(staticMen uItems) i have a picture then the description of the item.

    My first problem is when i have an "onmouseove r" event i want to change this picture.

    My second problem is: if a root item has children items.When i rollover this root item and then rollover the children i want that the root item maintain the "onmouseove r" style until i choose another root item or i click outside the menu

    I appreciate any help.

    Thank you
Working...