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

First off, great plug in. Very nice. I am having one small issue.

When using containerPlus if draggable is not added then the icon will show in the upper right conner of the browser in IE9. I was able to replicate this with the demo provided with the download. However if you add the style absolute it will put the icon in the proper spot. I just don't want my panel position to be absolute.

Icon Goes to Upper Right

<div id="demoContainer" class="containerPlus {buttons:'m', icon:'chart.png', skin:'black', width:'500',dock:'dock',closed:'true', rememberMe:true,title:'container Demo'}">

Icon is in proper place.

<div id="demoContainer" class="containerPlus draggable resizable {buttons:'m', icon:'chart.png', skin:'black', width:'500',dock:'dock',closed:'true', rememberMe:true,title:'container Demo'}" style="position:absolute;top:250px;left:400px; height:50%">

asked Sep 07 '11 at 14:14

doctorj101's gravatar image

doctorj101
111

edited Sep 07 '11 at 14:23


Hi,

Just give it a position relative and it should work

answered Sep 07 '11 at 16:45

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

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:

×9
×2
×1
×1

Asked: Sep 07 '11 at 14:14

Seen: 303 times

Last updated: Sep 07 '11 at 16:45

jQuery main site - Matteo Bicocchi