Gunlaug Sørtun wrote:
> Zoe M. Gillenwater wrote:
>
>
>> However, gaps now appear to the left of paragraphs that follow
>> floated images, and it looks like I need to apply a hack to the
>> headings as well. Go to this page and make it really big (at least
>> 1200 wide) to see all the gaps:
>> <http://www.saferoutesinfo.org/guide/index.cfm?start=3&ITEM=SECTION&SECTION_ID=S387&CHAPTER_ID=C353>
>>
>
> Yes, as the other text-elements are also treated buggy by IE/win, and
> these bugs are affecting the restyled paragraphs.
>
> A more complete set...
>
> * html #content p,
> * html #content h1,
> * html #content h2 {
> display: inline;
> zoom: 1;
> padding: 1.2em 0;
> }
>
> #content .horizontal p,
> #content .vertical p,
> #content p.breadcrumb {display: block; padding: 0;}
>
> ...will line up better. You get the idea.
>
Doesn't seem to change anything. The gaps to the left of paragraphs
following right floats are still there, and there are large gaps under
all the h2 elements as well.
> As a sidenote:
>
> There seems to be a "conflict" between CSS2 and 2.1 for 'display:
> table', and not all browsers are up to 2.1 yet.
>
> #content {
> display: table; /* establishes new block formatting context so that
> clears within it won't clear nav column */
> _margin: 0 20px 0 20px;
> padding: 0 20px 0 20px;
> _padding: 0;
> background-color:#FFFFFF;
> }
>
> ...will work better across browser-land. Just give IE/win your favorite
> hack :-)
>
What will work better? What's the problem you are trying to solve? What
is this supposed to do? All it seems to do is add extra padding to the
content column in FF, which is not desired, and leaves IE the same.
Zoe
--
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/