CSS3 target 屬性

2022-06-02 16:45 更新

實(shí)例

在新窗口中打開(kāi)所有超鏈接,并在所有其他標(biāo)簽頁(yè)/窗口上面放置新窗口:

a
{
target:new front;
}

親自試一試

瀏覽器支持

目前沒(méi)有瀏覽器支持 target。

定義和用法

target 屬性是一個(gè)簡(jiǎn)寫屬性,用于設(shè)置以下屬性:

  • target-name
  • target-new
  • target-position
默認(rèn)值: current window above
繼承性: no
版本: CSS3
JavaScript 語(yǔ)法: object.style.target="new front"

語(yǔ)法

target: target-name target-new target-position;
描述
target-name規(guī)定在何處打開(kāi)超鏈接(target destination)。
target-new規(guī)定應(yīng)該在新窗口或已有窗口的新標(biāo)簽頁(yè)中打開(kāi)超鏈接。
target-position規(guī)定在何處放置新的目的地鏈接。

注釋:target-new 和 target-position 值只有在 target-name 值創(chuàng)建新標(biāo)簽頁(yè)或新窗口中有效。

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)