2010年6月17日 星期四

CSS ie6 問題與解決方式.

ie6 造成的 div border 消失與 tab 切換時display:none , 顯示隱藏tab 位置跑掉的問題.

#content {
zoom:1;
}

#teaser {
/* this makes the borders in the teaser box show up properly in IE6 */
position:relative;
display:block;
}

//處理ie6 Div border 後面消失的問題.
* html #sitemap-panel {height: 1px;}


來源:http://www.webdeveloper.com/forum/showthread.php?t=187328

【下列文章您可能也有興趣】

沒有留言: