grace422
06-24-2005, 01:44 AM
I am trying to make a table of photos as seen on the left hand side of
http://browsehappy.com/people/
The source code uses dl, dt etc tags to set it up. However, I am not able to figure out what the paramaters of the id="content", id="subject" and class codes would be. Could anyone get me started? There is another site (http://www.julietremblay.com/portfolio/) that uses similar layout, but again, I can't figure out the CSS.
<div id="content">
<dl id="subject">
<dt>People</dt>
<dd class="main-content">
<ul class="nav-wrap">
<li id="alan"><a href="/people/alan">Alan Moss</a></li>
<li id="steve"><a href="/people/steve">Steve Pilgrim</a></li>
</ul>
</dd>
</dl>
</div>
http://browsehappy.com/people/
The source code uses dl, dt etc tags to set it up. However, I am not able to figure out what the paramaters of the id="content", id="subject" and class codes would be. Could anyone get me started? There is another site (http://www.julietremblay.com/portfolio/) that uses similar layout, but again, I can't figure out the CSS.
<div id="content">
<dl id="subject">
<dt>People</dt>
<dd class="main-content">
<ul class="nav-wrap">
<li id="alan"><a href="/people/alan">Alan Moss</a></li>
<li id="steve"><a href="/people/steve">Steve Pilgrim</a></li>
</ul>
</dd>
</dl>
</div>