HTML and CSS Reference
In-Depth Information
aside
{
display: table-cell;
-dt-display: table-cell;
width: 280px;
behavior: url(Content/display-table.htc);
}
4.
Save your changes and press F5 to debug the application. Change the browser
mode to iE7 and you should now see a table setup as shown in Figure
7-9
.
Figure 7-9.
The table support added in IE7
■
Note
The
display-table.htc
file uses its own vendor-specific prefix. So you needed to add the
-dt-display
attribute.
