Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Learn More

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 одговорa
  • 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).