Login Register

set initial dimension of contentPane on SplitPane

Hi at all
i have one problem on setting the initial size (width) of the AccordionPane who reside on a split pane:

I have this code:

CSS

html, body { height: 100%; width: 100%; margin: 0; padding: 0; }
 #left { width: 100px }

HTML

Test 1
Test 2

i set the sizeMin="50" and the width via css but doesn't work...
Any idea

Tnx
Daniele