Re: [css-d] first list-item inside definition description is out of line in IE6

2006-11-25 Thread Chris Ovenden
Hi Charles, Modern version of the Holly hack: * html div#text dd { zoom:1 } No known side effects (except your CSS won't validate - if you insist on this, use height:1px instead of 1% for safety's sake) Chris On 11/24/06, Charles <[EMAIL PROTECTED]> wrote: > On 11/24/06, francky <[EMAIL PROTE

Re: [css-d] first list-item inside definition description is out of line in IE6

2006-11-24 Thread Charles
On 11/24/06, francky <[EMAIL PROTECTED]> wrote: > Hi Dimpie, > It is the "IE Three Pixel Text-Jog", described in the special "Position > Is Everything" IE-compartment: Wow this is better solution, add height: 1% to the div#text dd styles. -Charles-

Re: [css-d] first list-item inside definition description is out of line in IE6

2006-11-24 Thread Charles
On 11/24/06, dimpie <[EMAIL PROTECTED]> wrote: > I have a problem with IE 6, in FireFox it works just fine. > > The first list-item inside a definition description of a definition > list is out of line with the other list-items. > I've tried paddings and margins on the ul, but I can't get the li

Re: [css-d] first list-item inside definition description is out of line in IE6

2006-11-24 Thread francky
dimpie wrote: >I have a problem with IE 6, in FireFox it works just fine. > >The first list-item inside a definition description of a definition >list is out of line with the other list-items. >I've tried paddings and margins on the ul, but I can't get the list-item back >in line. > >Here is t

[css-d] first list-item inside definition description is out of line in IE6

2006-11-24 Thread dimpie
I have a problem with IE 6, in FireFox it works just fine. The first list-item inside a definition description of a definition list is out of line with the other list-items. I've tried paddings and margins on the ul, but I can't get the list-item back in line. Here is the link to the webpage: