dubberlydesign
27 Oct 2010, 1:48 PM
I have 6 horizontal carousel panels on a page and want a panel to float above them using my own html.
I don't want it to disable scrolling capabilities of the carousel under it.
I tried:
var fractionSelector = new Ext.Panel({
floating: true,
style: "text-align: center;",
html: 'ThisIsMyHtml',
modal: true,
layout: 'hbox',
});
But that doesn't work.
Any ideas?
I don't want it to disable scrolling capabilities of the carousel under it.
I tried:
var fractionSelector = new Ext.Panel({
floating: true,
style: "text-align: center;",
html: 'ThisIsMyHtml',
modal: true,
layout: 'hbox',
});
But that doesn't work.
Any ideas?