C
Clues
Hello,
I'm again here for a "stylistic/conceptual" request.
I red a wonderful tutorial here:
http://www.maxdesign.com.au/presentation/definition/index.htm
and I found this structure very useful for use in a project
(it creates a sort of "Polaroid" with a description).
<dl class="float-right">
<dt>Banksia flower</dt>
<dd><img src="flower.jpg" alt=""></dd>
<dd><em>Banksius maximus</em></dd>
<dd>Found off the coast of Australia</dd>
</dl>
Now:
I would like to add two buttons ("Previous" and "Next") to change photo.
The question: which would be the best way?
1) <dd><button_here></dd>;
2) </dl><div><buttons_here></div>;
3) other I can't imagine;
Thanks, Clues
I'm again here for a "stylistic/conceptual" request.
I red a wonderful tutorial here:
http://www.maxdesign.com.au/presentation/definition/index.htm
and I found this structure very useful for use in a project
(it creates a sort of "Polaroid" with a description).
<dl class="float-right">
<dt>Banksia flower</dt>
<dd><img src="flower.jpg" alt=""></dd>
<dd><em>Banksius maximus</em></dd>
<dd>Found off the coast of Australia</dd>
</dl>
Now:
I would like to add two buttons ("Previous" and "Next") to change photo.
The question: which would be the best way?
1) <dd><button_here></dd>;
2) </dl><div><buttons_here></div>;
3) other I can't imagine;
Thanks, Clues