More required reading
Via Craig, Big John and Holly Bergevin present Float: The Theory and Flowing and Positioning: Two Page Models. Both articles take a complex topic and present it in clear, straight forward terms with excellent illustrations and the kind of insight in to browser bugs (in particular the vagaries of IE) that you just won’t find anywhere else.
Scott Johnson - 11th November 2003 06:09 - #
It's amazing what you can float.
As you pointed out recently,
dlis good for dialogue. But if you really want this particular format:... I thought you'd have to stick to
pand not associate the speaker to his words directly with the code (which is rather nice).I had thought as it's not possible to make
ddfollowdtwithinline, this was the only way out.But then it occured to me: why not float the
dt?dt { font-style: italic; float:left; margin-right: 0.5em; } dd { margin: 0 0 1em 0; }It seems to work.
Michael - 11th November 2003 17:17 - #