Вопрос

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?

Это было полезно?

Решение

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

Updated Fiddle

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top