|  | Posted by John Salerno on 01/27/06 03:34 
I have the following HTML and CSS, but it doesn't seem to work:
 <div id="parameters">
 <h4>Parameters</h4>
 <p class="i1">fDelay</p>
 <p class="i2">how many seconds to wait before starting the movement</p>
 </div>
 
 
 div#parameters p.i1 {
 font-style: italic;
 }
 
 I don't know if it matters, but the div#parameters is nested within a
 larger div. Also, I added my CSS rule to the end of a larger stylesheet,
 but I see nothing else in it that affects <p> styling.
 
 Is my selector not valid?
  Navigation: [Reply to this message] |