Re: [css-d] Horizontal alignment of dt and dd in IE 6 and 7

2008-10-14 Thread Rachel Mawhood
>Hi Rachel, > >I'd float the DTs. Thank you. >As a side note, you cannot use DIVs in these DTs, only inline elements are >allowed there. I remember now - thank you. >If you "need" them for the border effect around the images, then move that >styling to the DTs or simply use the images (via pa

Re: [css-d] Horizontal alignment of dt and dd in IE 6 and 7

2008-10-14 Thread Thierry Koblentz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Rachel Mawhood > Sent: Tuesday, October 14, 2008 6:34 AM > To: css-d@lists.css-discuss.org > Subject: [css-d] Horizontal alignment of dt and dd in IE 6 and 7 > >

[css-d] Horizontal alignment of dt and dd in IE 6 and 7

2008-10-14 Thread Rachel Mawhood
Hi list In Firefox and Safari, the text displays alongside the thumbnails as desired. In IE 6 and 7 it doesn't. I have tried a number of things - negative margin on the , adding position:relative, removing text-align - but so far without success. I would appreciate any pointers to fixing th