1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

faqcode

faqcode
Code:
<!--[if lt IE 9]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <style>
        .faq-section label,
        .faq-section label:hover{
            cursor: default;
            background: #eee;
        }        
        body .faq-section p{ /* Increase specificity */
            display: block;
            color: #444;
            font-size: 1em;
            text-overflow: clip; 
            white-space: normal;
            overflow: visible;              
        }
    </style>
<![endif]-->