DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁製作工具 >> Dreamweaver教程 >> Dreamweaver入門 >> 邊框1像素的上左框架
邊框1像素的上左框架
編輯:Dreamweaver入門     

邊框1像素的上左框架

<!doctype html public "-//w3c//dtd xhtml 1.0 frameset//en""http://www.w3.org/tr/xhtml1/dtd/xhtml1-frameset.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "content-type" content = "text/html; charset = gb2312" />
<title>無標題文檔</title>
</head>

<frameset rows = "120,*" cols = "*" frameborder = "1" framespacing = "1" border = "1">
    <frame src = "top.php教程" name = "topframe" scrolling = "no" noresize frameborder = "no" bordercolor = "#cccccc"> 
    <frameset cols = "200,*" frameborder = "1" framespacing = "1" border = "1"> 
        <frame src = "left.php" name = "leftframe" id = "leftframe" scrolling = "auto" frameborder = "no" bordercolor = "#cccccc"> 
        <frame src = "main.php" name = "mainframe" id = "mainframe" scrolling = "auto" frameborder = "no" bordercolor = "#cccccc"> 
    </frameset>
</frameset>

<noframes><body>
</body>
</noframes>

</html>


 

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved