p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old May 26th, 2009, 11:55 AM
Registered User
Points: 8, Level: 1
Points: 8, Level: 1 Points: 8, Level: 1 Points: 8, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: May 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old May 26th, 2009, 03:09 PM
Imar's Avatar
Wrox Author
Points: 33,170, Level: 79
Points: 33,170, Level: 79 Points: 33,170, Level: 79 Points: 33,170, Level: 79
Activity: 100%
Activity: 100% Activity: 100% Activity: 100%
 
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,161
Thanks: 7
Thanked 188 Times in 186 Posts
Default

Hi there,

This sounds like an IE 8 thing; for more info, take a look at this thread: IE8 and the Menu

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004

Did this post help you? Click the button to show your appreciation!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old May 26th, 2009, 03:35 PM
Registered User
Points: 8, Level: 1
Points: 8, Level: 1 Points: 8, Level: 1 Points: 8, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: May 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Yea, it seems that was the problem. Thank you for the help Imar.

Andy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #4 (permalink)  
Old June 11th, 2009, 06:34 AM
Registered User
Points: 18, Level: 1
Points: 18, Level: 1 Points: 18, Level: 1 Points: 18, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Apr 2008
Location: Kettering, Northamptonshire, United Kingdom.
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Cool

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #5 (permalink)  
Old June 11th, 2009, 07:16 AM
Imar's Avatar
Wrox Author
Points: 33,170, Level: 79
Points: 33,170, Level: 79 Points: 33,170, Level: 79 Points: 33,170, Level: 79
Activity: 100%
Activity: 100% Activity: 100% Activity: 100%
 
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,161
Thanks: 7
Thanked 188 Times in 186 Posts
Default

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
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004

Did this post help you? Click the button to show your appreciation!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #6 (permalink)  
Old June 16th, 2009, 07:59 AM
Registered User
Points: 18, Level: 1
Points: 18, Level: 1 Points: 18, Level: 1 Points: 18, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Apr 2008
Location: Kettering, Northamptonshire, United Kingdom.
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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 ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #7 (permalink)  
Old June 16th, 2009, 08:16 AM
Imar's Avatar
Wrox Author
Points: 33,170, Level: 79
Points: 33,170, Level: 79 Points: 33,170, Level: 79 Points: 33,170, Level: 79
Activity: 100%
Activity: 100% Activity: 100% Activity: 100%
 
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,161
Thanks: 7
Thanked 188 Times in 186 Posts
Default

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
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004

Did this post help you? Click the button to show your appreciation!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pop Up Menu on Template Ruth BOOK: Beginning Dreamweaver MX/MX 2004 MX ISBN: 978-0-7645-4404-0; MX 2004 ISBN: 978-0-7645-5524-4 3 August 1st, 2005 02:39 PM
Problem in testing Pop-Up Menu in Chapter 2 myAnnieNg BOOK: Beginning Dreamweaver MX/MX 2004 MX ISBN: 978-0-7645-4404-0; MX 2004 ISBN: 978-0-7645-5524-4 1 February 19th, 2005 04:58 AM
Pop Up Menu and Frames ihahockey Dreamweaver (all versions) 3 June 14th, 2004 07:32 AM
Pop up menu for image joshil Dreamweaver (all versions) 0 May 14th, 2004 01:58 PM
Pop up menu with frames pmcquirk Javascript How-To 2 May 7th, 2004 10:29 AM



All times are GMT -4. The time now is 05:58 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc