Any chance you've fixed it since you sent your email? Caus it looks fine to
me in Firefox 3.5.5. If it's still giving you problems, perhaps clear your
cache, disable all add-ons (including Firebug), inspect with Firebug (after
you've ruled out all add-ons and re-enabled it).

- Richard

On Tue, Dec 8, 2009 at 8:48 AM, al...@ourlaughingplace.com <
al...@ourlaughingplace.com> wrote:

> I have a page using UI-Accordion which has been up for a few months.
> I just discovered that it is not working right on firefox 3.5.5, the
> entire accordion is compressed into one fat line.  This page works
> fine in all other browsers, Chrome, IE8, IE6, Safari 4, Opera.  I have
> other pages on same website which use ui-accordion and they work fine
> in Firefox, using the same jQuery file set.
>
> Here is a link to the page:
> http://www.ourlaughingplace.com/aspx/dining.aspx
>
> This is an asp.net, C# code.  Accordion code looks like this, content
> is filled in by back end script:
>
> <div id="accordion" style="width:580px">
>    <h1><a href='#'>Magic Kingdom</a></h1>
>    <div ><asp:Label id="MKRest" runat="server"></asp:Label>
>    </div>
>    <h1><a href='#'>Epcot</a></h1>
>    <div ><asp:Label id="EpcotRest" runat="server"></asp:Label>
>    </div>
>    <h1><a href='#'>Disney's Hollywood Studios</a></h1>
>    <div ><asp:Label id="MGMRest" runat="server"></asp:Label>
>    </div>
>    <h1><a href='#'>Animal Kingdom</a></h1>
>    <div ><asp:Label id="AKRest" runat="server"></asp:Label>
>    </div>
>    <h1><a href='#'>Downtown Disney (Florida)</a></h1>
>    <div ><asp:Label id="DTDRest" runat="server"></asp:Label>
>    </div>
>    <h1><a href='#'>Walt Disney World&reg; Resorts</a></h1>
>    <div >
>
>                <div id="WDWaccordion" style="width:570px">
>            <h1><a href='#'>Disney's Animal Kingdom Lodge & Villas</
> a></h1>
>            <div ><asp:Label id="AKLRest" runat="server"></asp:Label>
>            </div>
>            <h1><a href='#'>Disney's Yacht Club Resort, Beach Club
> Resort & Villas</a></h1>
>            <div ><asp:Label id="BCRest" runat="server"></asp:Label>
>            </div>
>            <h1><a href='#'>Disney's Boardwalk Inn & Villas</a></h1>
>            <div ><asp:Label id="BWRest" runat="server"></asp:Label>
>            </div>
>            <h1><a href='#'>Contemporary Resort & Bay Lake Towers</a></
> h1>
>            <div ><asp:Label id="CRest" runat="server"></asp:Label>
>            </div>
>            <h1><a href='#'>Dolphin & Swan Resorts</a></h1>
>            <div ><asp:Label id="SwanRest" runat="server"></asp:Label>
>            </div>
>            <h1><a href='#'>Disney's Grand Floridian Resort & Spa</a></
> h1>
>            <div ><asp:Label id="GFRest" runat="server"></asp:Label>
>            </div>
>            <h1><a href='#'>Polynesian Resort</a></h1>
>            <div ><asp:Label id="PRest" runat="server"></asp:Label>
>            </div>
>            <h1><a href='#'>Wilderness Lodge & Villas</a></h1>
>            <div ><asp:Label id="WLRest" runat="server"></asp:Label>
>            </div>
>            <h1><a href='#'>Caribbean, Coronado, Port Orleans Resorts</
> a></h1>
>            <div ><asp:Label id="ModRest" runat="server"></asp:Label>
>            </div>
>            <h1><a href='#'>Fort Wilderness Resort & Campground</a></
> h1>
>            <div ><asp:Label id="FWRest" runat="server"></asp:Label>
>            </div>
>            <h1><a href='#'>Old Key West, Saratoga Springs</a></h1>
>            <div ><asp:Label id="OKWRest" runat="server"></asp:Label>
>            </div>
>            <h1><a href='#'>Pop Century, All-Star Music, Movies,
> Sports</a></h1>
>            <div ><asp:Label id="ASRest" runat="server"></asp:Label>
>            </div>
>        </div>
>
>    <asp:Label id="WDWResortRest" runat="server"></asp:Label>
>    </div>
>    <h1><a href='#'>Walt Disney World&reg; Other</a></h1>
>    <div ><asp:Label id="WDWOther" runat="server"></asp:Label>
>    </div>
>    <h1><a href='#'>Disneyland Park</a></h1>
>    <div><asp:Label id="DLRest" runat="server"></asp:Label>
>    </div >
>    <h1><a href='#'>Disney's California Adventure</a></h1>
>    <div><asp:Label id="CARest" runat="server"></asp:Label>
>    </div >
>    <h1><a href='#'>Downtown Disney District (California)</a></h1>
>    <div ><asp:Label id="DDDRest" runat="server"></asp:Label>
>    </div>
>    <h1><a href='#'>Disneyland Resorts</a></h1>
>    <div ><asp:Label id="DLResortRest" runat="server"></asp:Label>
>    </div>
>    <h1><a href='#'>Disney Magic&reg;</a></h1>
>    <div ><asp:Label id="MagRest" runat="server"></asp:Label>
>    </div>
>    <h1><a href='#'>Disney Wonder&reg;</a></h1>
>    <div ><asp:Label id="WonRest" runat="server"></asp:Label>
>    </div>
>    <h1><a href='#'>Vero Beach</a></h1>
>    <div ><asp:Label id="VeroRest" runat="server"></asp:Label>
>    </div>
> </div>
>
> Help!
>

Reply via email to