作者mkopoi (mm)
看板wretch
標題[問題] 請問網誌的CSS
時間Thu Aug 13 17:37:37 2009
我的無名網誌用了一個CSS, 假設圖片寬度為800, 若一開始視窗大於等於800, 則圖片會以原始寬度去顯示, 但如果視窗一開始只有700, 則圖片一率會照某個比例去縮圖顯示
不曉得我要改哪邊可以讓它,不管一開始視窗多大,都能強制以圖片原始大小去載入~~謝謝
以下為它的CSS
/* general settings
-------------------------------------------------------------------------------------------------*/
body {
font:12px arial;
background:#222;
position:relative;
}
a,h1,h3 {
font:12px arial;
text-decoration:none;
}
a img {border:0;}
input {
border:0;
background:none;
font:12px arial;
}
/*content
-------------------------------------------------------------------------------------------------*/
#content {
background:#2d3f44;
color:#fff;
padding:15px 60px 90px 67px;
min-height:300px;
}
* html #content {
height:1%;
}
#content input {
color:#fff;
padding-top:5px;
}
.date, .title, .innertext, .extended, .posted, .total-comments-div {
padding-left:px;
}
.date {
font:10px arial;
margin-top:60px;
}
.innertext {
margin-top:13px;
margin-bottom:77px;
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 60.244.113.189