This is weird. In IE, the OL is displaying correctly
1. Question 1
    a. answer 1
    b. answer 2 ......

In Netscape and Firefox, the numbers/letters are NOT displaying and I 
get the "dot" instead.

Huh????

CSS:
#surveyFORM {
  font-size: 12px;
  padding: 8px 0 0 0;
  margin: 8px 0 0 0; }
        
#surveyFORM ol {
  margin: 0 0 6px 10px;
  padding: 0 0 0 16px;
  list-style: outside; }
        
.surquestion {
  margin: 0 0 4px 0;
  padding: 0;
  font-weight: bold; }
        
ol.suranswer {
  font-weight: normal; }

FORM IN QUESTION:

<form id="surveyFORM">  
<ol type="1" class="olLIST">            
   <li class="surquestion">#survey.survey_question#</li>
     <ol type="a" class="suranswer">
      <li><input name="answer" type="radio" value="a" />stuff a</li>
      <li><input name="answer" type="radio" value="b" />stuff b</li>
      <li><input name="answer" type="radio" value="c" />stuff c</li>
      <li><input nname="answer" type="radio" value="d" />stuff d</li>
    </ol>       
  </ol>
</form>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to