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

From Spiffy Stores Knowledge Base

 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
<video id="video" poster="/kb/images/6/69/Screencast_poster.jpg" style="width:640px;height:480px;" >
+
<div>
<source type="video/h264" src="/kb/images/6/63/Drag-menu1.mp4" >
+
  <video width="640" height="480" controls="controls" poster="/kb/images/6/69/Screencast_poster.jpg" preload="none">
</video>
+
    <source type="video/mp4" src="/kb/images/6/63/Drag-menu1.mp4" />
 +
  </video>
 +
</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 ]

Latest revision as of 12:27, 15 November 2013

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