You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Expose does not leave my element exposed Created Apr 27, 2010

This thread is solved

Views: 1431     Replies: 3     Last reply Jun 3, 2010  
You must login first before you can use this feature

squatss

Posts: 1

Registered:
Apr 27, 2010

Expose does not leave my element exposed

Posted: Apr 27, 2010

When I call the expose method, the overlayed div covers all elements including my div that is no supposed to be covered.

my code and html are as follows:
/* fired when page is ready*/

 $(".highlight").click(function() { 
                        $(this).expose({color:"#254558", api: true}).load();
            });



<div class="group iegroup correction">
        <ul id="treatments">
            <li><a  class="highlight" href="/menu/treatments/parties/Beauty/Beauty.aspx" title="Xquisite Beauty">
                <img src="/imgs/party.jpg" alt="Xquisite holistics" />
                <span class="h1">Xquisite </span><span class="h2">Beauty</span></a></li>
            <li><a href="/menu/treatments/parties/Parties.aspx" title="Xquisite Parties">
                <img src="/imgs/party.jpg" alt="Xquisite Parties" /></a> <span class="h1">Xquisite </span>
                <span class="h2">Parties </span></li>
            <li><a href="/menu/treatments/parties/nails/nails.aspx" title="Xquisite Nails">
                <img src="/imgs/party.jpg" alt="Xquisite Nails" /></a> <span class="h1">Xquisite </span>
                <span class="h2">Nails</span></li>
            <li><a href="/menu/treatments/parties/Skin/Skin.aspx" title="Xquisite Skin">
                <img src="/imgs/party.jpg" alt="Xquisite Skin" /></a> <span class="h1">Xquisite </span>
                <span class="h2">Nails</span></li>
            <li><a href="/menu/treatments/parties/holistics/holistics.aspx" title="Xquisite holistics">
                <img src="/imgs/party.jpg" alt="Xquisite holistics" /></a> <span class="h1">Xquisite
                </span><span class="h2">Nails</span></li>
        </ul>
    </div>

siel

Posts: 1

Registered:
May 17, 2010

» Expose does not leave my element exposed

Posted: May 17, 2010

Reply to: Expose does not leave my element exposed, from squatss
I got the same problem

jquerydesigner

Posts: 3

Registered:
May 21, 2010

The problem is described in http://flowplayer.org/tools/forum/45/41847

Posted: May 21, 2010

Reply to: Expose does not leave my element exposed, from squatss
The problem is described in:
http://flowplayer.org/tools/forum/45/41847

Waiting for a solution.

heldchen

Posts: 5

Registered:
May 7, 2010

possible solution

Posted: Jun 3, 2010

Reply to: Expose does not leave my element exposed, from squatss
i had to use an xhtml doctype to get exposure to work as expected... maybe this helps in your cases as well.