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

CSS3 target-new プロパティ

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

Open new windows in new tabs instead of new windows:

a
{
target-name:new;
target-new:tab;
}


ブラウザ・サポート

Internet Explorer Firefox Opera Google Chrome Safari

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


定義と用法

target-new property specifies whether new destination links should open in a new window or in a new tab of an existing window.

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

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


構文

target-new: window|tab|none;

説明
window Open link in new window
tab Open link in a new tab of an existing window
none No new destination is created


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