0
爲什麼在使用保證金頂部時,清除的使用不適用於此?爲什麼清除在這種情況下不適用?
<!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/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
#t1{float:left;border:#000 thin groove;width:200px;}
#t3{float:left;border:#000 thin groove;width:200px;clear:both;margin-top:-40px;}
</style>
</head>
<body>
<p id="t1">This is child 1</p>
<p id="t3">This is child 3</p>
</body>
</html>
但它不適用於IE8和Mozilla Firefox 4 –
你有什麼問題?對我們所有人來說都很好。 – jchavannes
雖然我使用明確但是兩個元素都重疊.. –