[css-d] Horizontal list is vertical in IE?

2007-11-01 Thread wilsoncpu
I have a simple test file, which tries to make a horizontal list, with images and text, full code below. In FF, the choices display horizontally, but not in IE. What am I missing? - html head titleUL test/title style type='text/css' body { font-size: 100.01%;

Re: [css-d] Horizontal list is vertical in IE?

2007-11-01 Thread Ray Leventhal
[EMAIL PROTECTED] wrote: I have a simple test file, which tries to make a horizontal list, with images and text, full code below. In FF, the choices display horizontally, but not in IE. What am I missing? - html head snip

Re: [css-d] Horizontal list is vertical in IE? :: Ooops!

2007-11-01 Thread David Laakso
David Laakso wrote: I have a simple test file, which tries to make a horizontal list, with images and text, full code below. In FF, the choices display horizontally, but not in IE. What am I missing? [trimmed] Ooops! In the CSS this selector got mangled: ul.setsli {---} It

Re: [css-d] Horizontal list is vertical in IE?

2007-11-01 Thread David Laakso
Ray Leventhal wrote: I have a simple test file, which tries to make a horizontal list, with images and text, full code below. In FF, the choices display horizontally, but not in IE. What am I missing? [trimmed] As Ray noted, you'll need a doctype; and, the corrections and

Re: [css-d] Horizontal list is vertical in IE?

2007-11-01 Thread Philippe Wittenbergh
On Nov 1, 2007, at 9:47 PM, [EMAIL PROTECTED] wrote: have a simple test file, which tries to make a horizontal list, with images and text, full code below. In FF, the choices display horizontally, but not in IE. What am I missing? - [.] ul.sets