 |
BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8  | This is the forum to discuss the Wrox book Beginning ASP.NET 2.0 by Chris Hart, John Kauffman, David Sussman, Chris Ullman; ISBN: 9780764588501 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

May 26th, 2009, 10:55 AM
|
|
Registered User
|
|
Join Date: May 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Chapter 3 Pop Out Menu
I am trying to create a pop out menu like the one in this chapter, where you can hover over "About" in the menu and a submenu pops out. I tried doing this example, and I even downloaded the code, but when the sub menu pops out it is just a blank white box. Does anyone know why I am having this problem? Any ideas at all? Thanks.
|
|

May 26th, 2009, 02:09 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
This sounds like an IE 8 thing; for more info, take a look at this thread: IE8 and the Menu
Imar
|
|

May 26th, 2009, 02:35 PM
|
|
Registered User
|
|
Join Date: May 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Yea, it seems that was the problem. Thank you for the help Imar.
Andy
|
|

June 11th, 2009, 05:34 AM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I have noticed this isue with Google Chrome & IE8 and the fix that is implied in the articles does not sem to fix the bug in question, namely the sub menus do not show on the menu screen in the Wrox United website.
You can see this is the case by pointing either newer browser to www.wroxunited.net. In Firefox and IE7 & before this is not an issue.
Ive followed the article and now my corresponding
<DynamicMenuStyleCssClass="dynamicMenu"/> looks like
.dynamicMenu {
background-color:#a83930;
border-color: #fdea12;
border-style: solid;
border-width: 1px;
z-index: 1000;
}
Hoever after these changes the navigation does not seem to be fixed. Any ideas on this one anybody ?
The fix seems to work for one page only History.aspx, which has a slightly different navigation menu
Last edited by dnivdniv; June 11th, 2009 at 05:52 AM..
Reason: oversight
|
|

June 11th, 2009, 06:16 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
I am not sure I understand your problem. The WroxUnited web site seems to work fine for me using IE 8.
Did you apply the server patch Microsoft supplied?
Cheers,
Imar
|
|

June 16th, 2009, 06:59 AM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Google Chrome
Have now got this working locally using IE8 and an amended CSS file to reflect the new
<DynamicMenuStyleCssClass="dynamicMenu"/> looks like
.dynamicMenu {
background-color:#a83930;
border-color: #fdea12;
border-style: solid;
border-width: 1px;
z-index: 1000;
}
This now works. Have found that the fix works for IE8 BUT does not work for Google Chrome - as can be seen for the Wrox United Website. Any plans to resolve this for an increasingly popular browser ??
|
|

June 16th, 2009, 07:16 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
The Google issue is a different one:
http://www.google.com/support/forum/...6ec06af7&hl=en
Quote:
|
Any plans to resolve this for an increasingly popular browser ??
|
Not sure what you're asking here. Who are you targeting here? The writers of the book? The maintainers of the errata section? or Microsoft?
And "increasingly popular browser" is relative; they have a market share of around 1,5% according to this site: http://marketshare.hitslink.com/brow...e.aspx?qprid=2 I guess 80% of that 1.5% is a developer checking his site on Chrome ;-)
Cheers,
Imar
|
|
 |