Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

cannot view HTML navigation buttons

  • 2 trả lời
  • 2 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi rickexner

more options

On my computer, Firefox (5.0) does not show the forward and back navigation buttons on one particular website. But on another computer with Firefox 5.0 the navigation buttons are visible and functional. I checked the "Websites look wrong" suggestions, but it isn't page styles, zoom level, font size, or script. The navigation links appear to be in a table. I see the other cells, but not the forward and back links. Here is an example: <title>Diario de Yucatán - Ciudadanos rechazan la violencia</title>

Ciudadanos rechazan la violencia
<a href="funcion_subportada.php?galeria_slide=20110408&seccion=146460&id=90043&pag_=1">Foto anterior</a>
  2 de 22  
<a href="funcion_subportada.php?galeria_slide=20110408&seccion=146460&id=90043&pag_=3">Foto siguiente</a>

<style> .principal{clear: both; display: block; height: 0;overflow: hidden;visibility: hidden;width: 0;}</style>

On my computer, Firefox (5.0) does not show the forward and back navigation buttons on one particular website. But on another computer with Firefox 5.0 the navigation buttons are visible and functional. I checked the "Websites look wrong" suggestions, but it isn't page styles, zoom level, font size, or script. The navigation links appear to be in a table. I see the other cells, but not the forward and back links. Here is an example: <title>Diario de Yucat&aacute;n - Ciudadanos rechazan la violencia</title> <div id="paging" align="center"> <div id="notatitu">Ciudadanos rechazan la violencia</div> <table height="25" border="0" cellpadding="0" cellspacing="0" style="position:relative; margin-top:10px;"> <tr> <td width="111" align="right" valign="top"> <a href="funcion_subportada.php?galeria_slide=20110408&seccion=146460&id=90043&pag_=1"><img border="0" title="Foto anterior" alt="Foto anterior" src="http://www.yucatan.com.mx/images/bantenota.gif" style="padding-bottom:4px" /></a></td> <td valign="top"><div style=" color:#333; ">&nbsp;&nbsp;<strong>2 </strong> de <strong>22</strong>&nbsp;&nbsp;</div> </td> <td width="111" align="left" valign="top"> <a href="funcion_subportada.php?galeria_slide=20110408&seccion=146460&id=90043&pag_=3"><img title="Foto siguiente" alt="Foto siguiente" border="0" src="http://www.yucatan.com.mx/images/bsignota.gif" /></a> </td> </tr> </table> </div> <style> .principal{clear: both; display: block; height: 0;overflow: hidden;visibility: hidden;width: 0;}</style>

Tất cả các câu trả lời (2)

more options

The attached screen shots compare the results of blocking images on that site. If yours appears to match, you can unblock them as follows:

right-click the page and choose View Page Info

On the Permissions tab, under Load images automatically, check Use Default. Then close the dialog and reload the page. Does that fix it?

more options

Thanks so much for taking the time to address my question. Although your suggestion wasn't the fix, it led me to the solution. I had gotten a little carried away with AdBlock Plus. (Mexican websites can be extremely trashy with flashing graphics and ads.) In return for unubstructed reading, I had lost ability to see the navigation arrows, which are also .gif graphics! Thank you again!