b:infobox

Does anyone know if it is possible to 1) have an infobox appear on Hover, rather than click and 2) if I can position the infobox anywhere other then where it is automatically opening too... i.e. directly underneath the words, a displacement to the right of 20 px would be nice in order to still see the other options below it.

b:infobox

The second question i answered for myself, if you use b:mode="atpointer" inside of the b:infobox header it displays the infobox, well starting at the pointer rather than always right below.

b:infobox

ok, the editing feature is a little awkward thats why all the posts...
cntd...
Though it would still be nice to learn how to give it an absolute placement a little off from the text. things are still cluttered with it opening right next to the pointer.

b:infobox

David, have you considered using the position command with absolute or place options?

need to fix position of infobox

<a title="Disclaimer" href="#" id="infoDisclaimer" b:mode="atpointer">Disclaimer</a>
    <b:infoBox for="id('infoDisclaimer')" width="250px;">
       <p>Hello How are you??</p>
    </b:infoBox>

I tried to invoke infobox in modal window and it is opened always in below of modal window. I want to fix the position of infobox in top of modal window.

thanks,