|
|
 |
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 p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

May 26th, 2009, 11: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, 03:09 PM
|
 |
Wrox Author
Points: 33,170, Level: 79 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,161
Thanks: 7
Thanked 188 Times in 186 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, 03: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, 06:34 AM
|
|
Registered User
|
|
Join Date: Apr 2008
Location: Kettering, Northamptonshire, United Kingdom.
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 06:52 AM.
Reason: oversight
|

June 11th, 2009, 07:16 AM
|
 |
Wrox Author
Points: 33,170, Level: 79 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,161
Thanks: 7
Thanked 188 Times in 186 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, 07:59 AM
|
|
Registered User
|
|
Join Date: Apr 2008
Location: Kettering, Northamptonshire, United Kingdom.
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, 08:16 AM
|
 |
Wrox Author
Points: 33,170, Level: 79 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,161
Thanks: 7
Thanked 188 Times in 186 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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |