Hi Ian and Philippe

Ian wrote about the numbers in an ordered list being
under a floated-left item

Philippe wrote:

> That is always a complex situation. Depeending on what the overal look  
> of the page needs to be you can:
> 
> 1. set a wide enough left margin on the ol, wider than the width of  
> the floated block, and use padding-left to create the space for the  
> list marker. In your example, this would do:
> ol {margin-left: 240px; padding-left:1.5em;}
> 
> or
> 
> 2. set ol {list-style-position: inside}.
> 
> Both have advantages and weaknesses.

Also following Philippe's caveat that a solution is
only suitable if it fits the needed "look" of the
page, this issue can also be avoided by floating to
the right. I do a lot of that for my local apps--I
use HTML for my work notes, for instance, because
the computer in my work area doesn't have any DB
program at all, but it does have IE.

-- 

Regards,

Gene Falck
[EMAIL PROTECTED]

______________________________________________________________________
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