2009-02-09 18:59:50
Nacht夜
Love Dream Happiness
發言  

「問」問題發問 / CSS樣式討論版 好主題 : 2

  撇步有三寶:勿私密 / 問題問清楚 / 僅與 CSS 相關
  如果問出來了,那就盡量不要私訊解決。
  還有孩子們,問問題前請先爬文!
  私訊問我要收BM的
  一個問題5~10BM
  [ 公告 ]
  我相信大家都是因為CSS遇到困難/不會的才來發問,
  很多朋友也都願意來替大家解惑。
  但是希望各位可以多多爬文,以免造成他人困擾。
  以下提供zashbell大大在去年所發表的簡易留言版語法,
  大家可以慢慢研究,甚至是打ctrl+F 來鍵入關鍵字,會更快速而且方便。
  https://bassadv.com/lgpps7/topic.php?id=1153109771
  CSS基本講解
  https://bassadv.com/lgpps7/topic.php?id=1053594427

No.1089199903 2009-03-14 20:31:24
翼‧F‧嵐焰 
原罪之冠 推廣中~
BM   發言  


 草梓若
 
 border:色碼 粗細 類型;
 
 要放在 { 和 } 之中
 
 Ex. 我要用在表格: table{ border:1px solid #000; }
 




No.1059609865 2009-03-14 20:27:35
草梓若 
上空 .
BM   發言  


 翼‧F‧嵐焰
 
 謝謝唷@@~
 
 想在順便問一下
 
 四周都有顏色框的語法是…?
 




No.1013077189 2009-03-14 15:42:40
翼‧F‧嵐焰 
原罪之冠 推廣中~
BM   發言  


 草梓若
 
 .content a{
 font-size:12px;
 }
 .content a{
   color:#F00000;
 }
 .content a:hover{
   color:#F00000;
 }
 .content a:link{
   color:#F00000;
 }
 .content a:visited{
   color:#F00000;
 }
 table{background:none; }
 body{background-image: url(http://album.udn.com/community/img/PSN_PHOTO/gloriadog2003/f_2932204_1.jpg); 
 background-repeat:no-repeat; 
 background-attachment: fixed; 
 background-position: 100% 100%;}
 font{ color: #F00000}
 body,table{
 color:#F00000 ;
 font-family:"新細明體",Verdana ; 
 font-size:12pt ; }
 </style>
 <iframe marginwidth='0' marginheight='0' frameborder='0' scrolling='no' width='1px' height='0px' src='http://vlog.xuite.net/vlog/guest/external.php?media_id=bkRZT25kLTE4MTM4NjYuZmx2&pt=2&ar=1&as=1&pw=1'></iframe>
 <style>
 
 
 
 




No.1154865512 2009-03-14 14:42:31
草梓若 
上空 .
BM   發言  


 翼‧F‧嵐焰
 
 這是本人目前語法
 
 .content a{
 font-size:12;
 }
 .content a{
   color:#F00000;
 }
 .content a:hover{
   color:#F00000;
 }
 .content a:link{
   color:#F00000;
 }
 .content a:visited{
   color:#F00000;
 }
 table{background:none; }
 body{background-image: url(http://album.udn.com/community/img/PSN_PHOTO/gloriadog2003/f_2932204_1.jpg); 
 background-repeat:no-repeat; 
 background-attachment: fixed; 
 background-position: 100% 100%;}--> 
 <STYLE>
 --> 
 body,table{
 color:#F00000 ;
 font-family:新細明體,Verdana ; 
 font-size:12pt ; }
 }
 <--</STYLE>
 <style>font{family;  color: #F00000</style>
 
 想加入這個音樂語法:
 <iframe marginwidth='0' marginheight='0' frameborder='0' scrolling='no' width='1px' height='0px' src='http://vlog.xuite.net/vlog/guest/external.php?media_id=bkRZT25kLTE4MTM4NjYuZmx2&pt=2&ar=1&as=1&pw=1'></iframe>
 
 每次加入都失敗,可否幫我調整或整理一下?




No.1400252991 2009-03-14 13:38:57
x小薰x  Lv.0:4
改名、凜希 很喜歡海賊王~~
BM   發言  


 翼‧F‧嵐焰
 自己整理之後找到問題了^^
 謝謝喔~~




No.1324548801 2009-03-14 11:35:25
翼‧F‧嵐焰 
原罪之冠 推廣中~
BM   發言  


 x小薰x
 
 結果有出來嗎?
 
 還是說你自己整理後找到問題?