<object> tag with pdf doesn't work in firefox and is messed up in IE

后端 未结 6 514
别那么骄傲
别那么骄傲 2021-01-04 09:26

I have object tag that look like this :

\" id=\"embedde
6条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-04 09:36

    Your jsp code seems to be syntactically correct, but we can't know if the generated code is meaningful. Instead of writing the jsp code, you should write the generated html code, and its related css code.

    Anyway, regarding the Firefox's issue, I think it is due to this Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=937663

    Lastest version avaible (Firefox 28) seems to be still affected, maybe next one will fix it.

    Regarding Explorer issue, it could be due to a difference in page's rendering. Writing an IE-specific ccs code will fix the issue.

提交回复
热议问题