marginwidth屬性指定內(nèi)容與框架的左側(cè)和右側(cè)之間的寬度(以像素為單位)。
第一個框架的左右邊距是 20 像素,第二個框架的左右邊距是 3 像素:
<frameset cols="50%,50%"> <frame src="frame_a.htm" marginwidth="20"> <frame src="frame_b.htm" marginwidth="3"> </frameset>測試看看 ?/?
IEFirefoxOperaChromeSafari
所有主流瀏覽器都支持 marginwidth 屬性。
HTML5 不支持 <frame> 標(biāo)簽。
marginwidth屬性指定內(nèi)容與框架的左側(cè)和右側(cè)之間的寬度(以像素為單位)。
<frame marginwidth="pixels">
值 | 描述 |
---|---|
pixels | 規(guī)定框架的左邊距和右邊距。 |