易截截图软件、单文件、免安装、纯绿色、仅160KB
热门标签: c c# c++ asp asp.net linux php jsp java vb Python Ruby mysql sql access Sqlite sqlserver delphi javascript Oracle ajax wap mssql html css flash flex dreamweaver xml
 最新文章 : css

CSS查找BUG的10个顺口溜

CSS查找BUG的10个顺口溜,记住对于排除bug十分有好处。
  一、IE边框若显若无,须注意,定是高度设置已忘记;

  二、浮动产生有缘故,若要父层包含住,紧跟浮动要清除,容器自然显其中;

  三、三像素文本慢移不必慌,高度设置帮你忙;

  四、兼容各个浏览须注意,默认设置行高可能是杀手; ......

css里面z-index熟悉问题

a b两个div
a设置为absolute z-index:99
b设置为fixed z-index:100
在ie7和ie8下面为什么z-index就无效了呢?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
 <HEAD>
  <TITLE> New Document </TITLE>
  <script src ......

CSS 控件大小

m_message是QPushButton
m_message->setGeometry(95 , 415 , 50 , 50);
m_message->setStyleSheet("QPushButton{background-image : url(../image/message.jpg)} QPushButton:hover{width : 60 ; height : 60 ; border-width: 2px ; background-image : url(../image/call.jpg);}");
把鼠标移上去 ......

ie6模拟fixed的终极解决之道(css篇)(原创求+精)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
......

CSS在IE6下

HTML code:

body { background-image:url(text.txt); /* for IE6 */
background-attachment:fixed; }
#bottomNav { background-color:#096; z-index:999; position:fixed; bottom:0; left:0; width:100%; _position:absolute; /* for IE6 */
_top: expression(documentElement.scrollTop + documentElement.clien ......

CSS中* html 与html有什么区别?

如果我把* html换成html在IE8和火狐下就不能达到我预期的效果
他们两个有什么差别呢?

HTML code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-e ......
总记录数:340; 总页数:57; 每页6 条; 首页 上一页 [22] [23] [24] [25] 26 [27] [28] [29] [30] [31]  下一页 尾页
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号