ok, allora questo è il codice html:
codice:
<div id="accordion-3">
<dl>
<dt class="active">About</dt>
<dd>
<h2>ABOUT</h2>
bla bla
</dd>
<dt>Who</dt>
<dd><h2>Title to go here</h2>
bla bla</p>
</dd>
</dl>
e questo il codice css:
codice:
#accordion-3{
width:700px;
height:195px;
padding:30px;
background:#fff;
border:1px solid #b5c9e8
}
#accordion-3 dl{
width:700px;
height:205px
}
#accordion-3 dt{
height:44px;
line-height:30px;
text-align:left;
padding:10px 15px 0 15px;
color:#26526c
}
#accordion-3 dd{
height: 123px;
bottom: 18px;
padding:25px;
border-left:0;
margin-right:3px;
color: white;
}