This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / TABLE WIDTH 变短 IN FIREFOX( 但在IE WORKS WELL)?CASE: (ALL ASP PAGE)
page A which has a table with width=800;
page B will redirect to A (I use javascript: document.location='A.asp')
page C will redirect to A(I use javascript: document.location='A.asp')
IE: everything is fine.
FireFox: 1. page B to page A: show this table is fine (width=800)
2. page C to page A: show shorter table width (likes like 700 something)
请教MULTIPLE BROWSER 高手?
谢谢!
-whereismyid(到处找ID);
2007-9-19
{436}
(#3942826@0)
-
link? or code (final html output) please.
-bdbs(不多不少);
2007-9-20
(#3943884@0)
-
Thank you. I resolved this issue. There is different parse approach between IE and FF. IE more allowable but FF more restricted. I changed embeded tables and items with xx% method not pure numbers. Working fine now in both IE & FF
-whereismyid(到处找ID);
2007-9-20
(#3944609@0)