Posted by ironcorona on 04/23/06 20:54
Jonathan N. Little wrote:
And on that same point perhaps you can help me here. FF displays the
below code as two <p> next to each other horizontally and IE displays it
as if I hadn't used {display:table-cell;}.
Any idea why that is? I assumed that IE just didn't support
{display:table-cell;} but it seems from your example previous that, in
fact, it does.
<style type="text/css">
p {
width:100px;
height:100px;
border:1px solid black;
display:table-cell;
}
</style>
<p>
content
</p>
<p>
content
</p>
--
ironcorona
Navigation:
[Reply to this message]
|