Frage

How can I set the width and height of an accordion so it doesn't fill the whole page? I tried to define the width in a css style but it didn't work for me. Did I miss something here?

<style>
    .wrapper { 
            width: 40px;
}
</style>

The code: http://jsfiddle.net/L93gA/2/

I have another question: how can I change its position?

War es hilfreich?

Lösung

Remove the <style> tag from your CSS code inside jsFiddle

Updated Fiddle

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top