2011-03-30 182 views
2

。出於某種原因,在頁面底部有一大堆空白。 (這不會出現在Firefox中,我沒有安裝IE滾動條問題

這裏是對代碼的鏈接我在看:http://dl.dropbox.com/u/1990107/vertical.html

下面是代碼:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<style> 
.report{ 
    width:800px; 
    height:1036px; 
} 

.report-container{ 
    margin-left:auto; 
    margin-right:auto; 
    width:800px; 
} 
#select-account{ 
    margin-left:-50px; 
    background:blue; 
    width:50px; 
    float:left; 
    height:100px; 
} 
</style> 
</head> 
<body> 
<div class='report-container'> 
<div id='select-account'>content</div> 
<img class='report' src='http://placekitten.com/g/800/1036'/> 
</div> 
</body> 
</html> 
+0

我在Chrome瀏覽器開發所描述的差距,但不IE8,Firefox,Safari。多麼奇怪。 – thirtydot 2011-03-30 14:34:17

回答

0

嘗試增加...

空白:NOWRAP;

向你彙報容器CSS類

這工作只要我能在所有瀏覽器看到

乾杯

賈斯汀