Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

CSS如何做出內容文章的表格不影響整體的表格

  • ripple0129
  • ripple0129 的個人頭像 Topic Author
  • 訪客
  • 訪客
2009-06-18 17:17 #14490 來自 ripple0129
ripple0129 created the topic: CSS如何做出內容文章的表格不影響整體的表格
我在新增文章時想做表格
但template.css改table的部份會影響全站的佈局
每新增個文章去做一次table設計又很費時

要怎樣在template.css裡
去做出能套用在新增文章的表格上的樣式表
且不影響整個網站的佈局

煩請高手指點感恩

Please 登入 to join the conversation.

  • ripple0129
  • ripple0129 的個人頭像 Topic Author
  • 訪客
  • 訪客
2009-06-19 17:29 #14507 來自 ripple0129
ripple0129 replied the topic: CSS如何做出內容文章的表格不影響整體的表格

ripple0129 寫了道:: 我在新增文章時想做表格
但template.css改table的部份會影響全站的佈局
每新增個文章去做一次table設計又很費時

要怎樣在template.css裡
去做出能套用在新增文章的表格上的樣式表
且不影響整個網站的佈局

煩請高手指點感恩


放棄
每個TABLE都做了= =+

Please 登入 to join the conversation.

  • acmars
  • acmars 的個人頭像
  • 訪客
  • 訪客
2009-06-26 09:02 #14615 來自 acmars
acmars replied the topic: CSS如何做出內容文章的表格不影響整體的表格
在table上加個class,css就對table.classname做效果
我猜應該是這樣吧,試試看?

Please 登入 to join the conversation.

More
2009-06-27 23:48 #14624 來自 asika32764
asika32764 replied the topic: CSS如何做出內容文章的表格不影響整體的表格
在你的table上增加一個class

比如
<table>  </table>

改成
<table class="123"> </table>

然後CSS輸入
.123 { }  or  table.123 { }

即可

後續的td與tr皆可照此模式製作

飛鳥新樂園 - http://blog.asikart.com
大學好好玩 - http://funni.cc
Joomla!123教學網 - http://joomla123.com.tw

Please 登入 to join the conversation.