看板 Web_Design 關於我們 聯絡資訊
以下 xhtml <dl> <dt>xxxx</dt> <dd>xxxx</dd> <dd>xxxx</dd> <dt>xxxx</dt> <dd>xxxx</dd> <dd>xxxx</dd> .... </dl> 我希望夠在 CSS 中,把一組 <dt> 與其 <dd> 整組地向左浮動, 可是在 <dl> 中插 <div> 又不可以。 想請教,在使用 <dl> 的情況下,符合 w3c 的作法是什麼? 拜謝在先。 -- http://apansharing.blogspot.com/ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.128.117.85
carlcarl:<dl id = "list"> 或是乾脆用div把dl這段包起來這樣 07/29 14:50
carlcarl:看錯 是只有一組喔?...= =" 07/29 14:53
idej:CSS nth child / sibling selector 可能有用 07/29 15:21
idej:然後可能要搭配 clear 服用(?) 07/29 15:22