Hi
How can i give each <li> a different left padding but they need to be numbered as well??
HTML
CSSHTML Code:<div class="inbrief02"> <p>There are five different equipment types which require testing:</p> <ul> <li>Class 0 (equipment with a non earthed metal case).</li> <li>Class 01 (same as the above but the metal casing has an earth terminal but the cable is twin and the plug has no earth pin).</li> <li>Class 1 (equipment with earth protection for the metal casing and protection against shock).</li> <li>Class 2 double insulated (the live parts are encapsulated in supplementary insulation or reinforced insulation equivalent to double insulation).</li> <div id="test"> <li>Class III (equipment that are supplied from a separate extra low voltage source SELV which will not exceed 50V).</li> </div> </ul> </div>
the problem im having is this only works in firefox and not IE??Code:.inbrief02 { width: 615px; padding: 0 0 0 185px; } .inbrief02 ul { font: normal 14px Arial, Helvetica, sans-serif; color: #4D4D4F; text-align: justify; margin: 0; padding: 0 0 10px 0; } .inbrief02 li { list-style: decimal outside; margin: 20px; padding: 0 0 0 0; } #test { padding: 0 0 0 50px; }
Can someone help
Thanks









Bookmarks