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

是這樣的 這是我的部落格 http://blog.udn.com/tmr0218
我本來想要自己改CSS 可是怎麼改就是一直亂七八糟改不了
應該是說改不到自己想要的 請會的人幫我看一下

要改的地方
1.我希望能把在網頁正中間偏上方有一個『搜尋網頁內容』,還有那些什麼加入好友,那一區的字全部往右移,移到不要檔到我的『愛鳥週間』或是整個移到右上角都行.
2.我希望能把『愛鳥週間』下面那條紅色的線連帶那些首頁文章創作那些字往下移,大概就是移到『愛鳥週間』小貨車的輪胎和RSS聯播的中間就可以了

感謝幫我的人,微薄奉上10點,也歡迎告訴我我的部落格有什麼地方需要改進的~^_^~
---------------------------------------------------------------------------------
附上我的程式碼

/* 此Layout需搭配color.css互相作用 */
/* ----------【背景大底圖】-------------- */
body {
background: url(http://g.udn.com/community/img/style032/bg.gif) no-repeat; /* 背景圖 */
background-attachment: fixed;
}
/* ----------【標準文字樣式】-------------- */
div, table {
COLOR: #030303; /* 文字顏色 */
font-size: 12px; /* 文字大小 */
}
/* ----------【山頭區塊】-------------- */
#header {
height: 250px; /* 高度 */
margin-bottom: 10px; /* 山頭的邊界 */
background: url(http://g.udn.com/community/img/style032/head.jpg) no-repeat; /* 背景圖 */
}

/* ----------【城邦共用導覽列】-------------- */
#header_top, #header_common_left, #header_common_main, #header_common_main_bg, #header_common_line, #header_common_right{
visibility: hidden; /* 顯示與否設定 */
}

/* ----------【城邦共用導覽列連結】-------------- */
#header_common a {
color: #FF8B3D; /* 連結文字的顏色 */
text-decoration: none; /* 滑鼠移到連結上時,不要底線 */
}

2007-11-01 06:40:42 · 1 個解答 · 發問者 卯金刀﹒亞水 4 in 電腦與網際網路 程式設計

放不下....字數太多了
所以我的檔案上傳...
http://www.lobortis.com/n/4933314507
還是請大家幫個忙了~

2007-11-01 06:53:14 · update #1

1 個解答

#header_search {
position: absolute;
right: 20px;
top: 75px;
}

#header_items {
position: absolute;
right: 20px;
top: 52px;
}

#header_url {
position: absolute;
right: 20px;
top: 30px;
}

#header_top, #header_common_left, #header_common_main_bg, #header_common_line, #header_common_right{
visibility: hidden;
}

#header_common_main { text-indent:45px; }

#header_top ... 那個是藏不起來的,因為另外有份骨** CSS 有 !important 描述。那個不允許你修改。你硬要藏的話只有去調整 text-indent 為 -9999px。

2007-11-07 06:35:04 · answer #1 · answered by mh 7 · 0 0

fedest.com, questions and answers