Ask questions and get good answers on mb.jQuery.components

Hey i have some problems with jquery mb.extruder 2.0 i Download pack from this website -> http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-extruder/ , after this i upload folders , and another items from this pack to my website . I have forum in phpBB 2 engine i edit file overall_header.tpl in <head> put this code :

<script type="text/javascript" src="http://jquery.com/src/jquery-latest.js"></script> <script type="text/javascript" src="inc/jquery.hoverIntent.min.js"></script> <script type="text/javascript" src="inc/jquery.metadata.js"></script> <script type="text/javascript" src="inc/jquery.mb.flipV.cryp.js"></script> <script type="text/javascript" src="inc/mbExtruder.js"></script>
<script type="text/javascript"> $("#extruderLeft2").buildMbExtruder({ position:"left", width:300, positionFixed:false, top:0, extruderOpacity:.8, onExtOpen:function(){}, onExtContentLoad:function(){}, onExtClose:function(){} }); }); </script>

After in tag body i put this code:

<body>

</body>

And dosn't work ths ... What i do bad ? sorry , my english is bad :]

asked Sep 07 '10 at 11:06

Miecioo's gravatar image

Miecioo
11

edited Oct 02 '10 at 07:15

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129


To set the top position of the extruder flap (left or right) there's a "top" param you can manage on initialization; if you set it to "auto" (the default value) extruders start from 100px top otherwise, if you give a custom value (f.e.: top:300 or top:"30%")it'll get this as top position. Bye, Matteo

answered Oct 03 '10 at 13:05

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

What kind of javascript error do you have? Can you provide a public url for your page? Bye, matteo

answered Sep 09 '10 at 19:04

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Non riesco a posizionare più in basso i menù che vorrei a sinistra, come fare? Grazie

answered Oct 02 '10 at 09:45

joshua72's gravatar image

joshua72
1

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×11

Asked: Sep 07 '10 at 11:06

Seen: 1,351 times

Last updated: Oct 03 '10 at 13:05

jQuery main site - Matteo Bicocchi