フレームの境界線を変更する

 

HTMLタグ

<frameset frameborder="値" bordercolor="色">
<frame src="分割ページ" frameborder="値" bordercolor="色"
</frameset>


使用例

 

ページ1

sample1.html

ページ2

sample2.html


<html>
<head>
  <title>フレームの境界線を変更する</title>
</head>
<frameset cols="50%,50%">
  <frame src="sample1.html" frameborder="no">
  <frame src="sample2.html" frameborder="no">
</frameset>
</html>

● 境界線を固定するには、noresize属性を使用する。

<html>
<head>
  <title>フレームの境界線を固定する</title>
</head>
<frameset cols="50%,50%" frameborder="yes">
  <frame src="sample1.html" noresize>
  <frame src="sample2.html" noresize >
</frameset>
</html>

 

詳細説明

 

 

SEO [PR] 爆速!無料ブログ 無料ホームページ開設 無料ライブ放送