Re: [WSG] old horizontal list formatting issue in ie

2008-10-11 Thread Matijs
Hello Kevin, Not sure what you mean by stretch to the width of the ul in ie Do you mean to distribute them evenly within the width of the ul? Please clarify a little :) Matijs On Sat, Oct 11, 2008 at 3:52 AM, kevin mcmonagle [EMAIL PROTECTED] wrote: Hi, Its late and i forget what

Re: [WSG] old horizontal list formatting issue in ie

2008-10-11 Thread kevin mcmonagle
Matijs wrote: Hello Kevin, Not sure what you mean by stretch to the width of the ul in ie Do you mean to distribute them evenly within the width of the ul? Hi Matijs, Floating the images/ anchors contained in the li's left next to each other is what im trying to do. But right now each

Re: [WSG] old horizontal list formatting issue in ie

2008-10-11 Thread kevin mcmonagle
Gunlaug Sørtun wrote: You're running into specificity problems... ahhh... thanks George. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm

Re: [WSG] old horizontal list formatting issue in ie

2008-10-11 Thread Gunlaug Sørtun
kevin mcmonagle wrote: Floating the images/ anchors contained in the li's left next to each other is what im trying to do. But right now each li streches to the width of the ul so the cant float left. Even distributing them evenly would be fine though. You're running into specificity

[WSG] old horizontal list formatting issue in ie

2008-10-10 Thread kevin mcmonagle
Hi, Its late and i forget what makes these li's stretch to the width of the ul in ie? ul.bos_image_index { margin-left: 0; padding-left: 0; white-space: nowrap; } .bos_image_index li { display: inline; list-style-type: none; border:1px solid black; } .bos_image_index li a { border:1px