当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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