D - Browser compatibility issues of D's HTML documentation
- Wu Yongwei (12/12) Oct 10 2005 I did not see a better place, so I am posting here.
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








Wu Yongwei <Wu_member pathlink.com>