javascript - marquee is not working inside modal -


marquee working outside modal not inside modal

even tried other marquee tags times text getting appended on each other should marquee work inside modal?

         <!-- modal -->               <div class="modal fade" id="mymodal" role="dialog">                 <div class="modal-dialog">                    <!-- modal content-->                   <div class="modal-content">                     <div class="modal-header">                       <button type="button" class="close" data-dismiss="modal">&times;</button>                       <h4 class="modal-title">modal header</h4>                     </div>                     <div class="modal-body">                        <marquee bgcolor="#000080" onmouseover="this.scrollamount=0" onmouseout="this.scrollamount=2" scrollamount="2" direction="up" loop="true" width="30%">              <center>             <font color="#ffffff" size="+1">scrolling text</font><p>             <font color="#ff0000" size="+1">upward</font><p>              <font color="#ffffff" size="+1">is 1 way</font><p>             <font color="#ffffff" size="+1">to make your</font><p>             <font color="#ffffff" size="+1">site</font><p>`enter code here`             <font color="#ff0000" size="+1">stand out</font><p>             <font color="#ffffff" size="+1">from rest!</font>             </center>             </marquee>                      </div>                     <div class="modal-footer">                       <button type="button" class="btn btn-default" data-dismiss="modal">close</button>                     </div>                   </div>                  </div>               </div>              </div> 

marquee working outside modal not inside modal ....
tried other marquee tags times text getting appeneded on each other....what should marquee work inside modal?

try using marquee.js instead of traditional marquee

http://aamirafridi.com/jquery/jquery-marquee-plugin#examples

or other available on opensource


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -