> I'm working on the following page:
> 
> http://dev.franslanting.com/index.php?module=company&pId=100&start=0
> 
> The bulleted list under "Pricing" is where I'm having trouble.
> 
> I'd like the bullets to be in the flush left position they are in now,
> but I'd like the text --when it goes to a second line--to be indented,
> instead of going flush left.
> 
> This is a graphic that illustrates what I'm after:
> 
> http://www.franslanting.com/drafts/bulleted-list.jpg

This is tricky because the list is next to a float.

So try this:

On the UL: {overflow:hidden;zoom:1;}
On the LIs: {list-style-position:outside;margin-left:15px;}

Note that you should avoid styling things via the "style" attribute (bad
practice).
Add an ID or a class on the list and style via a style block in the <head>
or in an external styles sheet.

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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