> >
<snip>
> >     Problem 1:
> >     I'm looking for the <div id="right"> to float right within <div
> >     id="general">.  In IE7, I see the text at the bottom of the form
fields
> >     within #general.  In FF, well...it's mangled, displaying under the
> >     table.
> >
> >     Problem 2:
> >     In Win/IE 6&7, I am seeing a gap between the bottom edge of
#head and
> >     the start of #general.
> >
> > Jim Davis wrote:
>> >> For problem 1, in div general try adding display: table;. This should
>> >> fix the table problem in FF.
>> >>
>> >> If it were me I would not set a margin value in the body or html to
>> >> anything other than zero.. You currently have a  40 px  top margin set
>> >> in the body which could be inherited by other divs. You may want to
>> >> remove that margin rule from the body and apply it only to your header
>> >> div. This may help with problem 2.
>> >>
>> >> Jim

Thank you Jim,

setting display:table did help some, and  removing the margin-top on
body did remove the separation between #general and the table.  I've a
bit more to do but your suggestions have moved me along some  :)

~Ray
-- Non scholae sed vitae discimus
-- 
Non scholae sed vitae discimus
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to