English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

大家安喔~
小女子 是 CSS語法 白痴!
我想來問 無框語法!
我有上網 研究過了!
可是答案都是如此!
CSS~部落格框線消失設定
進入 管理部落格-面版設定-自訂樣式

將語法 貼在 CSS 語法中

/*shared rounded corner for all modules無框線語法*/
.ycntmod {width:100%;position:relative;margin-bottom:10px;overflow:hidden;}
.ycntmod .rctop {zoom:1;background:url(這裡要填什麼?) left top no-repeat;margin-right:5px;}
.ycntmod .rctop div {background:url(這裡要填什麼?) right top no-repeat;height:5px;font-size:0;position:relative;right:-5px;}
.ycntmod .rcbtm {zoom:1;background:url(這要填什麼?) left bottom no-repeat;margin-right:5px;}
.ycntmod .rcbtm div {background:url(這裡要填什麼= =?) right bottom no-repeat;height:5px;font-size:0;position:relative;right:-5px;}
.ycntmod .rcl {padding-left:5px;background:url(這裡要填什麼) repeat-y;}
.ycntmod .rcr {zoom:1;padding-right:5px;background:url(這裡要填什麼…) right repeat-y;}
.ycntmod .text {position:relative;word-break:break-all;}
.yc3pribd .ycntmod{overflow:visible;}
.yc3pribd .ycntmod .yblogcnt{overflow:hidden;}

請問一下 那個 ( ) 是要填什麼啊?
我只是想把框框弄不見~
幫幫忙吧!

2007-08-24 15:19:34 · 2 個解答 · 發問者 IcE 6 in 電腦與網際網路 程式設計

2 個解答

小女生,沒那麼麻煩啦。背景圖都已經是沒有了還需要甚麼對齊重複等修飾語句?不曉得你是從哪抄來的,不過肯定原來寫那個語法的人一知半解。

正確的像這樣:

/*shared rounded corner for all modules無框線語法*/
.ycntmod {width:100%;position:relative;margin-bottom:10px;overflow:hidden;}
.ycntmod .rctop {zoom:1;background:none;margin-right:5px;}
.ycntmod .rctop div {background:none;height:5px;font-size:0;position:relative;right:-5px;}
.ycntmod .rcbtm {zoom:1;background:none;margin-right:5px;}
.ycntmod .rcbtm div {background:none;height:5px;font-size:0;position:relative;right:-5px;}
.ycntmod .rcl {padding-left:5px;background:none;}
.ycntmod .rcr {zoom:1;padding-right:5px;background:none;}
.ycntmod .text {position:relative;word-break:break-all;}
.yc3pribd .ycntmod{overflow:visible;}
.yc3pribd .ycntmod .yblogcnt{overflow:hidden;}


2007-08-27 11:04:49 · answer #1 · answered by mh 7 · 0 0

嗯嗯

這裡有你的的答案

請看下面

http://tw.myblog.yahoo.com/jw!V.FoyDGVAhYOCdli_KST5iQ-/article?mid=726&pk=%E5%8E%BB%E6%A1%86%E8%AA%9E%E6%B3%95

看看吧

喜歡嗎????

2007-08-24 20:13:09 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers