コンテンツにスキップ

利用者:Jkr2255/VFDHelper.css

お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。

多くの WindowsLinux のブラウザ

  • Ctrl を押しながら F5 を押す。

Mac における Safari

  • Shift を押しながら、更新ボタン をクリックする。

Mac における ChromeFirefox

  • Cmd Shift を押しながら R を押す。

詳細についてはWikipedia:キャッシュを消すをご覧ください。

span.vh-button{
  /* layout */
  position: relative;
  /* appearance */
  border:outset thin darkgray;
  height:1em;
  background-color: silver;
  color: black;
  font-weight: normal;
  font-size:smaller;
}

span.vh-button span.vh-popup{
  /* layout */
  position: absolute;
  left:0em; top: 100%;
  display:none; z-index: 100;
  /* appearance */
  border:solid thin black;
  background-color: white;
  font-size:larger; width:10em;
}

span.vh-button span.vh-popup a{
  /* layout */
  width:100%; display:block;
  /* appearance */
  text-decoration: none;
}

span.vh-button span.vh-popup a:hover{background-color:#ff9;}