Advertisement

03.07.2008 at 10:24AM PST, ID: 23223686
[x]
Attachment Details

Customized Definition List

Asked by slegy in Cascading Style Sheets (CSS), Macromedia Dreamweaver, Extensible HTML (XHTML)

Tags: XHTML/CSS/Dreamweaver

I found this same question posed before and tried the listed solution but I'm not able to get it to work. I would like to create a definition list where the definition is to the right of the term on the same line:
     dt     dd
     dt     dd
     dt     dd
The solution listed is to add to the CSS:
dl {line-height: 1.2em;}
dd {position: relative;top: -1.2em;}

Here is my simple test:
 <div id="mainContent">
    <h3 align="center">&nbsp;</h3>
    <h3 align="center">Interpretations/Questions</h3>
    <p align="center">&nbsp;</p>
    <p>&nbsp;</p>
    <div id="interpretations">
    <dl>
      <dt>Question:</dt>
      <dd>What is</dd>
    </dl>
    </div>
    </div>
Here are the CSS entries:
#interpretations {
      font-size: 11px;
      }
#interpretations dl {
      line-height: 1.2em;
      }
#interpretations dd {
      position: relative;
      top: -1.2em;
      }
What have I missed:Start Free Trial
[+][-]03.07.2008 at 11:06AM PST, ID: 21073283

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.07.2008 at 11:21AM PST, ID: 21073389

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.07.2008 at 12:44PM PST, ID: 21074003

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.07.2008 at 02:24PM PST, ID: 21074646

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.07.2008 at 02:29PM PST, ID: 21074690

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Cascading Style Sheets (CSS), Macromedia Dreamweaver, Extensible HTML (XHTML)
Tags: XHTML/CSS/Dreamweaver
Sign Up Now!
Solution Provided By: MacAnthony
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 - Hierarchy / EE_QW_2_20070628