scribble

守望的麦子

About Projects Tool Guestbook

11 Oct 2008
WordPress插入图片撑破页面的解决方法

在css样式表中找到img,将代码修改为:

img, a:link img, a:visited img {
border:0; max-width: 600px; width: expression( this.width> 600 ? "600px" : (this.width+"px) );
}

这样就可以解决WordPress图片撑破网页页面的问题了。

 注意在CSS中要找准文章中img的定义位置!

Til next time,
Jason at 00:00

scribble

About Projects Tool Guestbook