xbrowser-list - The Netscape 6 Cross Browser Web Development Newsletter 2002 Issue #1 (distributed February) Dear Web Developer, You have received this newsletter because you are subscribed to xbrowser-list@netscape.com . Subscribe and unsubscribe information is located at the end of this newsletter. We have a lot of new stuff to share with you this month, so let's get right to it! Images, Tables, and Mysterious Gaps ----------------------------------- Are your page designs suddenly plagued by mysterious gaps beneath images inside tables in Netscape 6.x and Mozilla? Do these gaps appear and disappear depending on your page's document type? We feel your frustration, but try to make up for it with a thorough explanation of why this happens, and give you ways to work around this surprising effect of Mozilla's CSS implementation. http://developer.netscape.com/evangelism/docs/articles/img-table/ Updating Existing DHTML Scripts With xbStyle API ------------------------------------------------ xbStyle is our API that helps developers to write Cross Browser DHTML pages. This article is a real case describing how xbStyle was used to update an Expand-Collapsible DHTML script. http://developer.netscape.com/evangelism/docs/articles/updating-expcol-xbstyle/ xbTreeWidgetStatic - a Flexible, Powerful Tree Widget ----------------------------------------------------- xbTreeWidgetStatic is an Object Oriented API that can be used to create DHTML Tree Widgets and serves as a highly effective replacement for xbCollapsibleLists. xbTreeWidgetStatic is intended to fully support DHTML for Netscape 6/Gecko and Internet Explorer 5 and up while providing a simple hierarchical display for downlevel browsers such as Netscape Navigator 4 and Opera 5/6. http://developer.netscape.com/evangelism/docs/api/xbTreeWidgetStatic/ Rich Doughty's DOM 2 Sidebar Tab -------------------------------- Place the DOM 2 References at your fingertips with the Rich Doughty's DOM 2 Sidebar tab. Rich created this wonderful XML+XSLT based sidebar tab and has graciously agreed to allow us to host it on DevEdge. Now you can quickly navigate three key Web standards: HTML 4.01, CSS2, and DOM 2! http://developer.netscape.com/evangelism/sidebar/ Giving 'cursor' a Hand ---------------------- Netscape 6 and Mozilla support 'cursor' quite nicely, but that's not true of some other browsers. Happily, there's a fix. Find out how to get a 'hand' from multiple browsers when you use this property. http://developer.netscape.com/evangelism/docs/articles/cursor/ Updated APIs and Tools ---------------------- Bug fixes and updates for xbDOM, xbStyle, and xbCollapsibleLists. The licensing of our scripts has also been updated to explicitly allow redistribution. http://developer.netscape.com/evangelism/docs/api/ --------------------------------------------- Xbrowser Quick Tips - a Newsletter Exclusive! --------------------------------------------- As Netscape/Mozilla works on embedding browsers into various clients, replace any instances of "Netscape6" with "Gecko" to ensure your site appears correctly regardless of the Gecko-based user agent string. if ((navigator.userAgent.indexOf("Gecko") != -1) || (navigator.userAgent.indexOf("Unix") != -1)) { is4 = false; } [see http://developer.netscape.com/evangelism/docs/articles/find-gecko/ for more information and ideas] --------------------------------------------------- NEW TO X-BROWSER? CHECK OUT THESE POPULAR RESOURCES --------------------------------------------------- * The Netscape 6/Mozilla quick reference guide gives solutions to common web page problems: http://developer.netscape.com/evangelism/docs/articles/fep/ * Site problems? Diagnose your page code with the DevEdge Web Tune-Up: http://developer.netscape.com/evangelism/tools/tune-up/ How to Subscribe and Unsubscribe from xbrowser-list =================================================== * To unsubscribe from xbrowser-list send an email message to xbrowser-list-request@netscape.com with "unsubscribe" followed by your email address in the subject. * To subscribe to xbrowser-list send an email message to xbrowser-list-request@netscape.com with "subscribe" followed by your email address in the subject.