Posts Tagged ‘bug’

31 08 2010

ubuntu 10.04 networking disabled 网络已禁用

bigCat Posted in Linux - 0 Comment

after suspend.... 休眠后就傻逼了



sudo service network-manager stop
sudo rm /var/lib/NetworkManager/NetworkManager.state
sudo service network-manager start

bug..... shit

30 07 2010

ie6 背景图片多次请求 bug

bigCat Posted in CSS - 0 Comment
<!--[if IE 6]>
<script type="text/javascript">
// <![CDATA[
try{
document.execCommand("BackgroundImageCache", false, true);
}
catch(e){}
// ]]>
</script>
<![endif]-->
29 07 2010

IE7 指针 bug

bigCat Posted in CSS - 0 Comment
<div style="height:300px;background:navy">
 <div style="height:100px"></div>
</div>

IE7或IE8的兼容模式下,上面100px区域鼠标指针是工,接着200px区域是口
日日日

6 12 2009

网页中英文混排行高不一致

bigCat Posted in CSS - 5 Comments

http://ued.koubei.com/?p=233

英文采用arial字体,中文使用宋体。可在<a>标签内注明 line-height:1.231,可解决行高不等以及字体与下划线粘连问题。

24 08 2009

IE滤镜偏移失常

bigCat Posted in CSS - 0 Comment

样色不能简写啊...囧
{color:#E0E0E0;filter:Dropshadow(OffX=1,
OffY=1,
Color=#000000,
Positive=true);text-shadow: 1px 1px 1px #000000;}

Host: (miao) | Word: Press | Code: bigCat | Valid: HTML5