[問題] 在blogspot中之CSS的background圖設置

看板Web_Design作者 (m24)時間14年前 (2012/01/20 18:02), 編輯推噓2(201)
留言3則, 3人參與, 最新討論串1/1
我的blogspot是用別人的模板 想要改一下把背景圖的寬和高以視窗比例呈現 可是怎都改不動 主要片段程式是 < Variable name="startSide" description="Start side in blog language" type="automatic" default="left" value="left" > ........ /* ---( layout structure )---*/ #outer-wrapper { width: 100%; margin: 0px auto 0; text-align: $startSide; font: $bodyfont; background: url(http://www.blogblog.com/tictac/tile_$startSide.gif) repeat-y; } #content-wrapper { margin-$startSide: 42px; /* to avoid the border image */ width: 100%; } ......... /** Page structure tweaks for layout editor wireframe */ body#layout #outer-wrapper, body#layout #main, body#layout #sidebar { padding-top: 0; margin-top: 0; } body#layout #outer-wrapper, body#layout #content-wrapper { width: 740px; } .... 在SDYDRIVE説明圖.... https://public.blu.livefilestore.com/y1pqpL61Tfa6-Hqv5rePsq_3TB1UM8iO82ESZrTi77LXav22vuPB5KDL9txPJ2zSN53iHJHXE4FHlo5bLmUwXfaeQ/Q1.jpg?psid=1 OR(來個PPT 短網址) http://ppt.cc/SeFK 希望給小弟一個小小的暗示 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.120.6.173

01/20 23:02, , 1F
沒辦法控制背景圖的寛高
01/20 23:02, 1F

01/21 09:56, , 2F
css3 background-size
01/21 09:56, 2F

01/21 18:14, , 3F
我加了background -size:100% 100%;...感謝。
01/21 18:14, 3F
文章代碼(AID): #1F6JkY4f (Web_Design)
文章代碼(AID): #1F6JkY4f (Web_Design)