表格单元格 行内块(inline-block) 第一个比较好理解,第二个很多人可能会忽略。比如,很多人在图片与文本混排的时候想让图片相对于文本垂直居中除了用IE的私有特性 valign=”absmiddle”别无他法。记住,默认下...

Overview You can fairly easily today create an attractive web page using (X)HTML and CSS, but the moment you throw a Java applet into the mix you are asking for trouble. There is a jarring disconne...

Minimize HTTP Requests tag: content 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scr...

(此方法在chrome下无效,另外找到一种方法对ff,ie,chrome都可用,在后面介绍)最有效的方法是先在要显示div的地方显示一个iframe,这个iframe的大小要和div一样大,然后在iframe上显示div。 IE中对iframe的src没有要...

测试了IE6、IE8、Firefox <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/x...

负边距(negative margin)在页面制作过程中,有许多妙用,用的好了能让原本复杂的问题变的简单,本文是针对负边距相关问题的整理,欢迎各位补充。 负边距的使用非常简单: CSS:   <style type="text/cs...

解决下拉菜单被flash遮住问题2008年10月28日 星期二 10:26下拉菜单被flash或其他层遮住始终是个问题,相信很多人都遇到过这个问题。但这个问题其实可以说是我们自己造成的,因为我们总是不明不白的就把那写属性写...

区别IE6与FF: background:orange;*background:blue;   区别IE6与IE7: background:green !important;background:blue;   区别IE7与FF: background:orange; *background:green;   区别FF,IE7,IE6: backgro...

0

IE7绿色版下载

Posted in HTML DIV CSS at 六月 26th, 2009 / No Comments »

IE7绿色版下载-转载 具体步骤: 1、下载IE7 Standalone 这个工具,本地下载地址: http://files.cnblogs.com/JustinYoung/IE7-Release_yzy.rar 2、解压缩 IE7-Release_yzy.rar 到一个空目录中,例如 d:\ie7gree...

0

DIV自动高度解决方法

Posted in HTML DIV CSS at 四月 19th, 2009 / No Comments »

DIV自动高度解决方法2007-05-31 22:50解决DIV自动高度有好几种办法,小弟这里介绍2种常用的办法,当然适合IE6 FF IE7 OP 其他浏览器我没有试过 第一是clear(清除),第二种是overflow和height的自动高度AUTO; 代...