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 should read (space between sets /and/ li:

ul.sets li {---}
~d

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to