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 <dd> definition description of a <dl> 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.

I cannot explain why (one thing clear is that if we remove the dt the
padding disappear too). But this is a style addition that will make it
work in IE (Note: the border is neccessary).

div#text dl { position: relative; border: 1px solid red; }
div#text dt { position: absolute; }

-Charles-
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to