R
richard
I get the same results in IE7 and FF3.5.
The two inner divisions will not show entirely in the container for nuthin.
This did not used to be such a pain. I'm wondering if the browser writers
have changed the behavior of css.
<!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>
<title></title>
</head>
<body>
<div style="border:solid 2px #f00; padding:10px;">
<div style="float:left; border:solid 2px #0f0; padding:10px">
123
</div>
<div style="float:left; border:solid 2px #0f0; padding:10px">
abc
</div>
</div>
</body>
</html>
The two inner divisions will not show entirely in the container for nuthin.
This did not used to be such a pain. I'm wondering if the browser writers
have changed the behavior of css.
<!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>
<title></title>
</head>
<body>
<div style="border:solid 2px #f00; padding:10px;">
<div style="float:left; border:solid 2px #0f0; padding:10px">
123
</div>
<div style="float:left; border:solid 2px #0f0; padding:10px">
abc
</div>
</div>
</body>
</html>