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

CSS3 target プロパティ

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

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

a
{
target:new front;
}

Try it yourself »

ブラウザ・サポート

Internet Explorer Firefox Opera Google Chrome Safari

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


定義と用法

target property is a shorthand property for setting the target-name, target-new, and target-position properties.

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


構文

target: target-name target-new target-position;

説明
target-name Specifies where to open hyperlinks (target destination)
target-new Specifies whether new destination links should open in a new window or in a new tab of an existing window
target-position Specifies where new destination links should be placed

注: The target-new and the target-position values only have an effect if the target-name value creates a new tab or a new window!


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