Wrox Programmer Forums
|
BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3
This is the forum to discuss the Wrox book Beginning CSS: Cascading Style Sheets for Web Design by Richard York; ISBN: 9780764576423
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 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
 
Old December 22nd, 2006, 01:42 PM
Registered User
 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Ch. 18-4 IE7 solution??

Hi--
I've installed apache on my XP machine and it's serving up the Ex. 18-4 dinner menu page, but not applying the IE7 Javascript fixes for me. Ugh. Looks great in Firefox, but I need to make happen in IE6. What am I doing wrong? I hid the print and handheld stylesheets in their own directory.

Really like the book--I think it's the definitive text for the beginner.
thanks,

--CR

 
Old January 2nd, 2007, 11:11 AM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

Hi,

Sorry for the belated response! It'd help me to troubleshoot better if I had a URL. If you've installed this on your home PC I might be able to look at it via your IP address.

Otherwise, which version of IE7 did you use? Are you able to pull up the IE7 test page? That's the test.html file in the IE7 install directory.

When you pull up the dinner menu, what is the URL that you use? For example, it'll look something like: http://localhost/dinner_menu.html

What is the IE7 install directory?
For example, http://localhost/ie7/test.html

And what does the source code pointing to IE7 look like?
For example:
Code:
    <!--[if lt IE 7]>
        <script src="/ie7/ie7-standard-p.js" type="text/javascript"></script>
    <![endif]-->

Regards,
Rich

--
Author,
Beginning CSS: Cascading Style Sheets For Web Design
CSS Instant Results

http://www.catb.org/~esr/faqs/smart-questions.html
 
Old January 9th, 2007, 08:35 PM
Registered User
 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for your response--I just got back in town myself. The fix is using the right directory name--Duh! I'm using the IE7.0.9 release, so the source should read:

 <script src="/ie7_0_9/ie7-standard-p.js" type="text/javascript">

 Nice to know you are keeping up with it.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 18 Dean Edwards IE7 download fredzbooks BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 4 August 8th, 2007 10:03 PM
can't get messagebox example in ch 18 to work itlotl VB.NET 2002/2003 Basics 3 January 13th, 2006 04:39 PM
Ch. 18 Exercise 1, is there a change? horseatingweeds BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 4 November 29th, 2005 05:33 PM
Ch. 18, page 636 Vera BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 0 March 18th, 2005 06:09 PM
Problems with Ch. 18 example tomephillips BOOK: Beginning ASP 3.0 5 November 6th, 2003 08:25 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.