setting autoHeight to false can fixed the issue..

On Nov 27, 9:38 pm, puglord <pugl...@gmail.com> wrote:
> My url disappears inside when the DIV is expanded. hovering over the
> url the text then appears. using release jquery-ui-1.7.2.custom.css
>
>    <script type="text/javascript">
>   $(document).ready(function(){
>     $("#accordion").accordion({active: false,
>         collapsible: true,
>         autoHeight: true,
>         alwaysOpen: false });
>
>     $("#accordion2").accordion({ active: false,
>         collapsible: true,
>         autoHeight: true,
>         alwaysOpen: false });
>
>     $("#accordion3").accordion({ active: false,
>         collapsible: true,
>         autoHeight: false,
>         alwaysOpen: false });
>   });
>   </script>
>
> ....
> <P><FONT face=Verdana size=2><STRONG>Instructions </STRONG></FONT>
> <div id="accordion">
>
> <h4><a id="mylink" href="#">General Rules </a></h4>
>         <div>
>         <P><FONT face=Verdana>All sections of the <A title=""
> href="http://www.tiaa-cref.org/pdf/forms/F11043.pdf";
> target=_blank><U><B>TOA</B></U>
> </A> form must be completed.</FONT></P>
> <P><FONT face=Verdana><STRONG>A complete copy of the delivering
> account
> statement within 6 months is required.</STRONG> <BR>Account
> registrations must
> match *</FONT></P><A title="" href="http://clab.glb.tiaa-cref.org/pdm/
> indp/sc/Documents/Managed%20Accounts/Funding%20Managed%20Accounts/
> ACAT.aspx#REF"
> target="">
> <P><U>Are you transferring different registrations?</U></P></A></U>
>         </div>
> ....

Reply via email to