HTML and CSS Reference
In-Depth Information
Give the #footer a layout for IE7 by adding the zoom
property in your style-ie7.css :
#footer {
zoom:1;
}
Save and refresh.
Bug 7:
The #blog icons aren't being displayed.
IE7 doesn't support the inline-block properly, so it's
best to just disable the icons and leave the text only.
#blog div.article p.post-data a span.ico {
display:none;
}
It's an acceptable compromise for IE7 - the most
important content, the text, is still shown and there
is no need for work arounds to display the icons.
 
Search WWH ::




Custom Search