搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

IE Browser OK on my website (MS Expression Web)...all internal hyperlinks OK...but using firefox links on only first page (default.htm) buttons dont work.

  • 3 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 rondick

more options

On the url below the only page, in part, not working on the website...buttons across the top. Internal hyperlinks are not working in Firefox, whereas they do in IE. There are other hyperlinks on that page, not attached to a button, that are working. (Buttons on other pages in the website are working. It is just this one page defualt.htm that has the problem.) The program used for the website is Microsoft Expression Web first version upgrade to MS Front Page.

On the url below the only page, in part, not working on the website...buttons across the top. Internal hyperlinks are not working in Firefox, whereas they do in IE. There are other hyperlinks on that page, not attached to a button, that are working. (Buttons on other pages in the website are working. It is just this one page defualt.htm that has the problem.) The program used for the website is Microsoft Expression Web first version upgrade to MS Front Page.

被采纳的解决方案

The row of blue buttons? For some strange reason, MS Expression Web is superimposing a blank table in front of the table that contains those buttons. IE allows you to click through a transparent element but Firefox does not, so you end up clicking the useless blank table.

In your editor, switch to the HTML view and search for layer47. It is a <div> element that contains an image. It is followed by a <table> that has the same number of cells as the table with the buttons, but in this table all the cells all blank. Delete this table, save, and test again.

定位到答案原位置 👍 3

所有回复 (3)

more options

选择的解决方案

The row of blue buttons? For some strange reason, MS Expression Web is superimposing a blank table in front of the table that contains those buttons. IE allows you to click through a transparent element but Firefox does not, so you end up clicking the useless blank table.

In your editor, switch to the HTML view and search for layer47. It is a <div> element that contains an image. It is followed by a <table> that has the same number of cells as the table with the buttons, but in this table all the cells all blank. Delete this table, save, and test again.

more options

Thanks jscher2000 for coming back on this. Will try your suggestion and let you know how I go. Much appreaciate your input.

more options

to jscher2000

Thanks a million. Problem fixed. Did control+ f in the HTML code, found layer47 (without the space) and deleted. Walla! fixed.