From: <no...@so...> - 2001-01-12 19:12:18
|
Bug #128575, was updated on 2001-Jan-12 10:20 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Closed Resolution: Wont Fix Bug Group: None Priority: 5 Submitted by: mortendk Assigned to : nobody Summary: Mac a Doctype Bug Details: kinda strange bug this one IE5(mac): if you set the Doc type tag as it schould be written: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> the browser dont display any of the layers (or divs - whatever you know what i mean ;-]) i tested it on a IE4.5 and there the layers are displayed correct. What courses the problem in IE5 are the "http://" in the second line. A work around this problem is to remove the http:// from the doctype when you page is viewed in a ie5 on the mac: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> Follow-Ups: Date: 2001-Jan-12 11:12 By: dcpascal Comment: Not a DynAPI bug, but a browser bug ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=128575&group_id=5757 |