作者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