I use a list of definitions for some elements on the page and need to display them in a string, for example: they usually look like this:
<def term>
<def desc>
<def desc>
and I need them to look (pay attention to a few DDs):
<def term> <def desc> <def desc>
<def term> <def desc> <def desc>
<def term> <def desc> <def desc>
I can make them work fine by using float in moz, but no matter what I tried, they will not work in IE, I usually get something like:
<def term> <def desc> <def desc> <def desc> <def desc> <def desc> <def desc>
<def term>
<def term>
Someone found a solution to this problem, I would really like to avoid adding additional markup where possible, but not to change them to an unordered list of ideas :(
Thanks in advance
css
Matt
source share