Re: [css-d] Bulleted list question

2010-05-18 Thread Doug Niven
Thierry, Thanks! Perfect solution, though I needed to adjust the margin. Doug 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 t

Re: [css-d] Bulleted list question

2010-05-18 Thread Thierry Koblentz
> 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

Re: [css-d] Bulleted list question

2010-05-18 Thread Paul Novitski
At 5/18/2010 04:54 PM, Doug Niven wrote: >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 seco

[css-d] Bulleted list question

2010-05-18 Thread Doug Niven
Hi Folks, 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 seco