Sent by Ischa Gast on 11 February 2005 09:09
> Ischa Gast wrote:
>
>>On my own sites I have made a Curriculum Vitae -
>>http://www.ischagast.nl/cv/ but there is one problem at the moment.
>>
>>Right now the whole Curriculum Vitae is made with:
>>
>><dl>
>> <dt></dt>
>> <dd></dd>
>></dl>
>>
>>I think this is not the right thing to make the Curriculum Vitae, is also
>>gives a bug in IE with the floated <dt> that has an extra margin on the
>>first floated <dd>, I think I could better make it with an
>>
>><ul>
>> <li>
>> <ul>
>> <li></li>
>> </ul>
>> </li>
>></ul>
>>
>>But is it possible to get the same look I am having at the moment?
>>I tried a lot and searched the web but I couldn't find it. I htink that I
>>am thinking too difficult because I struggling too long with the
>> problem.
>>
>>Another question is: Is my solution the right one to create my Curriculum
>>Vitae with this kind of style or should I use another solution and which
>>one?
>>
>>
> This might start a religious war, but I consider the way you set up the
> CV tabular data and therefore would use a table with the dates being TH
> and the content TD. Either that or the dates in headlines. The reason is
> that the dates define the timeframe of the content. A definition list is
> isn't, as the descriptions don't define the titles. It is however a
> markup / structure problem and not CSS.
>
>
>
I was thinking the same thing, it's not a <dl>
I think I can better make it this way:
<h2>Persoonlijke gegevens</h2>
<h3>Geboortedatum</h3>
<p>29 mei 1979</p>
<h3>Nationaliteit</h3>
<p>Nederlandse</p>
<h3>Burgerlijke staat</h3>
<p>Gehuwd, 1 zoon</p>
<h2>Opleidingen</h2>
<h3>Feb. 2004</h3>
<ul>
<li>Peter-Paul Koch</li>
<li>Cursus CSS</li>
</ul>
<h3>Dec. 2000</h3>
<ul>
<li>Appoint</li>
<li>Cursus Dreamweaver</li>
</ul>
<h3>1997 - 2000</h3>
<ul>
<li>Grafisch Lyceum Amsterdam</li>
<li>Management & Techniek</li>
<li>Diploma behaald</li>
</ul>
<h3>1994 - 1997</h3>
<ul>
<li>Het Amsterdams Lyceum</li>
<li>MAVO</li>
<li>Diploma behaald</li>
</ul>
But I still wonder of it is possible to create a <ul> the same I did with
the <dl>.
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/