Yep thats part of it ... just delete the reference to the background image and then you need put a
module reference at the end of the reference to the accordion. So just before the closing .accordionh div tag.
You may need to put it in another div so you can control it a little. So something like this (Ive removed the brackets incase the forum strips it):
| Code: |
div class="extradiv"
mosLoadModules ( 'user1',-2 );
/div
|
And then the css should look something like this:
| Code: |
.extradiv {position:absolute;
top:250px;
left:500px;
}
|
You'll have to play around with the exact measirements but it should work for you. You may also need to apply a z-index number to position it above the background.
Hope this helps
