搜索 | 用户支持

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

详细了解

Firefox does not show the links in my site, but they work in IE just fine.

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

more options

I publish a site which is hosted by Yahoo, and the Podcasts pages has images which are links to other pages with audio recordings on them. IE shows all images as links, but in Firefox the links do not show and do not function. It's just some pretty pictures.

I publish a site which is hosted by Yahoo, and the Podcasts pages has images which are links to other pages with audio recordings on them. IE shows all images as links, but in Firefox the links do not show and do not function. It's just some pretty pictures.

所有回复 (3)

more options

Try putting a / in front of the URL for those hyperlinks.

Beyond that, try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

The part of the page with the image links is covered by DIV with id="root14" that has a height of 1912px

  • position: absolute; left: 163px; top: 259px; width: 932px; height: 1912px;

You need to make the height of that container smaller.

由cor-el于修改

more options

OK - I got inspired and decided to try putting all the images inside a text box and see of that helped, and it worked. No idea why but my problem is now fixed.

Thanks