HTML and CSS Reference
In-Depth Information
The right paragraph doesn't have any width set, so
IE7 extends it from the right edge of the paragraph
on the left to the right edge of the #top div.container .
The Facebook icon is floated on the left, so it goes
on the left edge of the paragraph.
Open up style-ie7.css and include a width limit:
#top p.fr {
width:52px;
}
This limits the right p to a 52px width - the size of
both icons plus the marging.
It can added in style.css as an alternative solution to
Firefox 's bug discovered early on.
Bug 2:
The header bar adds a bottom space.
First, make sure you have the Developer Tools for IE8
 
Search WWH ::




Custom Search