為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Firefox 3.6.14 and previous versions have trouble showing the choices in the upper right at this page:- < https://ilsweb.lvccld.org/patroninfo~S12>. The browser window has to be very wide to see it at all.

  • 2 回覆
  • 1 有這個問題
  • 6 次檢視
  • 最近回覆由 cor-el

more options

The section of offending code is shown below:-

  • <a href="/patroninfo/">My Account</a>
  • <a href="/">Library Catalog</a>
  • <a href="/screens/help_index.html" target="_blank">Help</a>
  • <a href="http://lvccld.org">Library Home Page</a>
  • <a href="/*spi">El Catálogo </a>
The section of offending code is shown below:- <div class="floatRight"> <ul id="headerNav"> <li class="headerNavFirst"><a href="/patroninfo/">My Account</a></li> <li><a href="/">Library Catalog</a></li> <li><a href="/screens/help_index.html" target="_blank">Help</a></li> <li><a href="http://lvccld.org">Library Home Page</a></li> <li><a href="/*spi">El Cat&aacute;logo </a></li> </ul> </div><!--floatRight-->

由 lmeiss 於 修改

所有回覆 (2)

more options

That's a problem with that page's coding in browsers other then IE. Same thing happens in Safari, Opera and Firefox for me.

With the page at 1024px width those upper-right corner hyperlinks don't appear, but when I maximize the browser window to full 1280px width they appear. That problem is either related to the window not being maximized, or with the window being smaller than a certain width between 1024 and 1280 pixels.

more options

That (floating) content gets hidden under the nav bar (#main-nav) that is positioned absolutely, so you do not see it anymore. It appears below that bar if you make the window very small (500px).