> Yes, but you can only position floats with margins by setting front-edge
> margins on them.
>
> So since that's a 'float: right' the front-edges are 'top' and 'right'
> for positioning. For a 'float: left' the front-edges are 'top' and 'left'.
>
> In your case a positive margin-right will do the job. Try adding
> something like...
>
> #content {margin-right: 80px;}Very interesting! I did not know this...thanks Georg! In fact, once I played around it with it some I got it to work without having to use the negative left margin at all...This also explains some similar margin problems I was having last weekend that David helped me fix...now I see that that worked according to this same principle. Debbie ______________________________________________________________________ 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/
