Quote:
Originally Posted by cellarius
You need to find out what css definitions make it go to the right. Use a tool like firebug for that. IIRC it is the collapsible-class that forces it to the right. Since you need that class for the collapse javascript to work, you'll need to override it.
|
I was trying to override it by adding also
style attribute, but I fail there. Maybe I was using wrong CSS - as I remember I was playing with
position. It didn't work so I thought that maybe there is also some JS which is changing it dynamically... - do you know something about that? Maybe you know which CSS style to use to force it staying in its place?