ホーム HTML CSS XML JAVASCRIPT   PHP SQL MORE...   リファレンス 事例集    

CSS3 target-position プロパティ

CSS3 Reference 完全な CSS3 リファレンス

Open all hyperlinks in a new window, and place the new window above all other tabs/windows:

a
{
target-name:new;
target-position:front;
}


ブラウザ・サポート

Internet Explorer Firefox Opera Google Chrome Safari

target-position プロパティをサポートしているブラウザはありません。


定義と用法

target-position property specifies where new destination links should be placed.

注: The target-position property only works if the target-name property creates a new tab or a new window.

デフォルト値: above
継承: no
バージョン: CSS3
JavaScript構文: object.style.targetPosition="front"


構文

target-position: above|behind|front|back;

説明
above The new destination tab/window will be placed above the current tab/window
behind The new destination tab/window will be placed behind the current tab/window
front The new destination tab/window will be placed above all other tabs/windows
back The new destination tab/window will be placed behaind all other tabs/windows


CSS3 Reference 完全な CSS3 リファレンス