On 3/24/06, Iorhael <[EMAIL PROTECTED]> wrote:
> Is it typical when floating to have a situation like this one where I will 
> need to
>use large negative top and level margins to adjust for the right
floated element?
>Using the block outline tool in Firefox I am seeing that the elements
are no where
>close to each other.


It is when you float one block left, and the other right, and they are
both narrower than 50% of the containing block.  Which is what a quick
gander at your code indicates that you seem to have done.

Float everything left and then they will abut one another.  Or float
just one left and give the other no float but a right margin large
enough to put it after the floated element.

--
Ed Seedhouse
______________________________________________________________________
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/

Reply via email to