Ask questions and get good answers on jQuery

Hi, First of all thanks so much for a fantastic tool! One question however - i would like the left extruder to be positioned inside a div, with the height of it 100% of the div. Like what you have done - but not in the body tag. In a smaller div on the page. I have tried setting the container div to position relative, however it didnt work. Any ideas? Thanks in advance! Regards, Dale

asked Nov 16 '09 at 23:47

Dale%20Cameron's gravatar image

Dale Cameron
111


may be you were looking something like this:

You can put the extruder inside a div styled position relative: it worked in case of mine.

<div style=" position:relative; min-height:500px;">

<div id="extruderLeft2" class="{title:'Posts by the user:'} top extruder">

    lorem lipsum lorem lipsum

</div>

</div>

Best of Luck!!!

answered Apr 07 '11 at 02:47

thepesh's gravatar image

thepesh
264

I've to make some tests, but I think that working just with CSS it could be possible to have the left extruder positioned somewhere else the body left side... I let you know.

answered Nov 17 '09 at 09:35

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Thanks Matteo! I Look forward to your reply.

(Nov 17 '09 at 23:12) Dale Cameron
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:

Asked: Nov 16 '09 at 23:47

Seen: 497 times

Last updated: Jul 30 '11 at 04:29

Related questions

jQuery main site - Matteo Bicocchi