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

CSS3 target-name プロパティ

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

Open all hyperlinks in a new window:

a
{
target-name:new;
}


ブラウザ・サポート

Internet Explorer Firefox Opera Google Chrome Safari

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


定義と用法

target-name property specifies where to open hyperlinks (target destination).

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


構文

target-name: current|root|parent|new|modal|name;

説明
current The link will open in the frame, tab or window where the link resides
root The link will open in the current tab or window
parent The link will open in the parent frame. If the current frame has no parent, this value is treated as root
new A new destination (see target-new) is created
modal The link will open in a new (temporarily created) modal window
name The link will open in the existing frame, window or tab of the specified name. If the name destination does not exist, a new destination is created with that name


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