HTML and CSS Reference
In-Depth Information
The style-ie7.css code for this is easy:
#logo h3.incl {
height:51px;
}
Bug 3:
The p.category is being cut.
Here's how the p.category container looks in the
Internet Explorer 7 browser:
A fix is to set a relative position for the a of p.category :
#page p.category a {
position:relative;
}
Many IE7 bugs can be fixed by giving an element a
layout ”. More about that - the concept of hasLayout :
http://www.satzansatz.de/cssd/onhavinglayout.html
 
Search WWH ::




Custom Search