On 30/07/2009, at 3:45 AM, Andy Stevens wrote:

> Hi,
>
> I have a page with an existing unordered list
>
>
> (more or less) that I reckon, from a semantic viewpoint, ought really
> to be a definition list.  So as a first step I swapped it for
>
> <p>In these terms,</p>
> <dl>
> <dt><strong>'content'</strong></dt> <dd>means the stuff you are
> looking at on this Site.</dd>
> <dt><strong>'you'</strong>, <strong>'your'</strong> and
> <strong>'yours'</strong></dt> <dd>means you, the idiots accessing this
> Site.</dd>
> <dt><strong>'we'</strong>, <strong>'us'</strong> and
> <strong>'our'</strong></dt> <dd>means Big Corporation Inc.</dd>
> </dl>
>
> However, I need to preserve the way it looked before, as the powers
> that be like it that way.
> Any suggestions of the easiest/best way to make it appear as if it's
> still using ul & li?

What about the following?

dt,dd { display: block; float: left;}
dt { clear: left; }
dd { clear: none;}



______________________________________________________________________
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