Joseph wrote: So I have turned to using my own early css work and adapting it. IE seems proud and happy to show the site and I have started making the changes needed. However it seems unhappy with Javascript.
The great Firefox merely shows the source! This is the document statement <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> Any thoughts? Tim responds: First, try upgrading your doctype to this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> (see http://www.w3.org/TR/REC-html40/sgml/loosedtd.html) I don't think the 4.0 Transitional DTD is even valid anymore. Secondly...IE will render happily whether or not the doctype is correct, but FF is pretty choosy about it. JavaScript may not work if the page is not completely loaded, depending on what it's doing...so fix the doctype first, and see what happens from there... Tim ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
