用DIV布局製作公告板

2021-09-08 08:22:10 字數 1366 閱讀 9858

一、素材:

1、公告板頂部(top.gif)

2、公告板中部(center.gif)

3、公告板底部(bottom.gif)

三張的寬度是一樣的。

二、div布局製作公告板:

>用div/css製作公告板

title

>

<

style

type

="text/css"

>

* #box

#top

#center

#bottom

style

>

head

>

<

body

>

<

div

id="box"

>

<

div

id="top"

>

div>

<

div

id="center"

>

div>

<

div

id="bottom"

>

div>

div>

body

>

html

>

注意:div塊box高度為其之內的三個div塊高度之和,box塊中的三個塊的寬度設定為100%,代表和box塊的寬度一致,這樣使布局顯得緊湊

三、公告板效果:

公告板內容可以新增在div塊center中。

推薦乙個自己業餘時間開發的網盤搜尋引擎,360盤搜(www.360panso.com)

用div仿框架iframe結構布局

div仿框架布局 iframe無法適應高度的bug也一起被修復了 title 8 style type text css 9 10html 11body 12div 13.top 14.side 15.main 16.bottom 17.main iframe 18 ie6 19 html 20.t...

網頁布局 div

簡單的網頁布局 注釋就不寫了,看看就懂了,不懂看前面的兩個博文都有詳細講解 效果圖 網頁布局.html charset gb2312 網頁布局title rel stylesheet href style.css type text css head id first 導航div id second...

關於div布局

div布局與定位 div是乙個萬能的盒子,而且相對以 來說較為靈活,在布局方面前天一般用div布局 因為前端要盡量美觀,符合客戶要求 後端用table布局也較為常用 簡潔明瞭 對於布局來說div只是乙個塊級標籤,之所以能布局是基於多個css屬性。通過css來操縱盒子的大小形狀,位置,樣式,色彩,背景...