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