Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

How do I disable (disappear) menuitem labels that have "..." suffix appended to them?

  • 2 답장
  • 1 이 문제를 만남
  • 2 보기
  • 최종 답변자: Helper7677

more options

This works in css

menuitem[label="New Window"] { display: none !important; }

to get rid of labels but when I try to get rid of something with "..." at the end such as "Print..." it won't work!

What is wrong?

This works in css menuitem[label="New Window"] { display: none !important; } to get rid of labels but when I try to get rid of something with "..." at the end such as "Print..." it won't work! What is wrong?

모든 댓글 (2)

more options

The three dots are one ellipsis character: …

It is usually better to use the IDs of context menu items: #menu_print instead of menuitem[label="Print…"]

See also http://kb.mozillazine.org/kb.mozillazine.org/Chrome_element_names_and_IDs

more options

글쓴이 Helper7677 수정일시