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

我有個日誌:http://blog.xuite.net/lro10332/3mag

我想要把最上面那個屋頂的圖移右邊一點

就是不要讓XUITE那個LOGO蓋到我的圖

請問CSS的語法要怎嚜修改呢?

2007-05-17 21:05:39 · 1 個解答 · 發問者 ? 1 in 電腦與網際網路 程式設計

1 個解答

搜尋並取代:

/*定位框*/
#container {
position:relative;
text-align: left; /*width:100%;*/
behavior:expression( this.style.width = (document.documentElement.offsetWidth<990)?"990px":"100%");
min-width:990px;
padding:0px 0px 0px 0px;
margin:0px auto;
background-image:url(http://c.blog.xuite.net/c/e/6/b/17335148/blog_789831/txt/11621670/0.gif);
background-repeat:no-repeat;
background-position:top;
}

2007-05-17 21:52:13 · answer #1 · answered by mh 7 · 0 0

fedest.com, questions and answers