CSS問題

編寫、設計網頁與程式。

版主: hamu278, 銘仔

版面規則
  • 本版面亦可以討論網頁寄存公司

CSS問題

文章mike5820 » 2007-06-28, 15:10

Css
代碼: 選擇全部
.header {
   font-size: 10pt;
   text-align: center;
   height: 30px;
   width: 750px;
   background-image: url("images/header.gif");
}


HTML
..... <td><div class="header">Test</div></td> .....

or
..... <td class="header">Test</td>.....


整極都出唔到個Background -.-
mike5820
 

Re: CSS問題

文章bananasims » 2007-06-28, 15:30

有冇網址,CSS 係跟返 CSS 個 file 唔係跟網頁。仲有唔駛用 background-image,用 background 就夠。
代碼: 選擇全部
background: url("images/header.gif");
影像.從心 At the heart of the ímage
bananasims
太陽會員
 
文章: 13541
註冊時間: 2005-09-22, 00:00

Re: CSS問題

文章mike5820 » 2007-06-28, 15:41

bananasims 寫:有冇網址,CSS 係跟返 CSS 個 file 唔係跟網頁。仲有唔駛用 background-image,用 background 就夠。
代碼: 選擇全部
background: url("images/header.gif");

中左 -.-
Thanks
mike5820
 


回到 [B1] 網頁製作、程式編寫與介面設計



誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 85 位訪客

cron