Jim, Inline solves the problem of a gap occurring when reducing the width but now when the width is reduced, the right div goes below the left div. I would like the right div to stay to the right of the left div, not below. The right div can scrunch up or go off the right side of the screen and not be displayed if the browser window is not wide enough.
A common theme I am experiencing is fix one problem create another. I will give your recommended reading a good going over this weekend! Thank you Tom http://pws.cablespeed.com/~tom.french/example1.html -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Davis Sent: Wednesday, November 09, 2005 10:35 PM To: Thomas French Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] layout does not work the same in NS and IE Thomas, The to fix the IE double margin bug, in your block_1 div change display: block (which is not needed) to display: inline. To read more about this bug and many others read everything at: http://www.positioniseverything.net/ and on the wiki for this list: http://css-discuss.incutio.com/ Jim On 11/9/05, Thomas French <[EMAIL PROTECTED]> wrote: > I am new to CSS and am having trouble getting css to work consistently in > different browsers. > > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/