switching_css

CSS の切換えによる、表示情報の切換え

  1. Available to switch languages.
  2. When the layer of the linked file is different, you need to change the CSS file path.
    It might better to switch the language by changing style.display value. A sample is this one. But the problem is it doesn't work with IE.

  3. 日本語ページと英語ページとの切り換えに利用できる
  4. リンク先のファイルの階層が異なる場合に、css ファイルのパスを変更する必要がある。
    style の書換えによる、表示情報の切換える方法(使用例)のほうがわずらわしさが少ない。しかし IE で動作できていない。

    1. DIV - tag
      div:id=en English
      div:id=ja 日本語
      div:class=en English
      div:class=ja 日本語

    2. P - tag

      p:id=en English

      p:id=ja 日本語

      p:class=en English

      p:class=ja 日本語


    3. SPAN - tag
      span:id=en English span:id=ja 日本語 span:class=en English span:class=ja 日本語
    4. LI - tag
      • li:id=en English
      • li:id=ja 日本語
      • li:class=en English
      • li:class=ja 日本語

  5. Available to open the linked page in English.
  6. リンク先に日本語表示を引き継げます