Hi Jeff,
Using some online resources and donnetduke source code, i have developed required menu controll using NAV for application. But I am facing a problem in this controll. That is, when I click a menu item in menu bar , while trasfering to that page my previous selected item getting mouse over style.
For more clarity plz visit http://dnn.mavinsoft.com/dnn/Home/tabid/36/Default.aspx. First select About Us menu item, then select any item. For example select Services menu item. While tranfering to Service page, observe About Us menu item is getting mouse over style. Following are my navigation bar and related styles.
<
dnn:NAV runat="server" ID="dnnNAV" ProviderName="DNNMenuNavigationProvider" CSSControl
="main_dnnmenu_bar"
CSSContainerRoot="main_dnnmenu_container" CSSNode="main_dnnmenu_item" CSSNodeRoot
="main_dnnmenu_rootitem"
IndicateChildren="false" CSSContainerSub="main_dnnmenu_submenu" CSSBreak
="main_dnnmenu_break"
CSSNodeHover="main_dnnmenu_itemhover" />
my styles
.main_dnnmenu_bar
{
}
cursor:auto;height:25px;line-height: 30px;background-color: Transparent; padding: 0px 0px 0px 0px;
.main_dnnmenu_rootitem
{
/* Add TD if yes for tables option for menu */
cursor:auto;color: #ffffff;font-size: 10pt; font-weight: bold; font-style: normal; background-color: #F18A45;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;white-space: nowrap; /*Word wrapping menu item now optional*/ padding: 2px 50px 2px 51px; /* creates spacing between root menu items */
}
.main_dnnmenu_itemhover
{
/*color: inherit;*/
background-color: #FF6400;
}
Plz suggest me, where i was going wrong.
And also one more problem in my given site.That is, in footer i have 5 links. Those are lotto numbers, gas prices, coupons, special and store locations. For these link i would like to show popup windows, when users click on these links.
Here my question is, is it possible to show pages in popups in dotnetnuke. Plz suggest me and if u have references provide me.
Thanks in advance.
margin: 0px 0px 0px 4px;height: 25px;