|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D - Browser compatibility issues of D's HTML documentation
I did not see a better place, so I am posting here. 1) Mozilla Firefox does not display this page well: http://www.digitalmars.com/d/phobos/phobos.html Because, unlike other pages, this page does not use a style sheet, but uses a basefont tag, which Firefox does not seem to support. 2) IE6 of my Windows XP SP2 box strangely thinks the local D HTML documentation has ActiveContent, and displays a warning. This does not happen when I view the page online. It is triggered by onFocus='if(this.value == "Search"){this.value="";}'. Really folly of Microsoft, it seems. I do not know how to deal with this annoying case, except taking it or deleting all onFocus's. Best regards, Yongwei Oct 10 2005
|