搜索 | 用户支持

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

详细了解

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).