Difference between revisions of "How to create multi-level drop down menus"

From Spiffy Stores Knowledge Base

m
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<div>
 
<div>
   <video width="640" height="378" poster="/kb/images/6/69/Screencast_poster.jpg">
+
   <video width="640" height="480" controls="controls" poster="/kb/images/6/69/Screencast_poster.jpg" preload="none">
     <source type="video/h264" src="/kb/images/6/63/Drag-menu1.mp4">
+
     <source type="video/mp4" src="/kb/images/6/63/Drag-menu1.mp4" />
 
   </video>
 
   </video>
 
</div>
 
</div>
 +
<script>
 +
$('video').mediaelementplayer({ defaultVideoWidth: 640,
 +
                                defaultVideoHeight: 480
 +
});
 +
</script>
 
</html>
 
</html>
  
 
If you can't see the video above, you can also view it on [http://www.youtube.com/user/spiffystores?feature=mhum#p/u/3/EQ_XsfgYftQ Youtube ]
 
If you can't see the video above, you can also view it on [http://www.youtube.com/user/spiffystores?feature=mhum#p/u/3/EQ_XsfgYftQ Youtube ]

Latest revision as of 12:27, 15 November 2013

If you can't see the video above, you can also view it on Youtube